HelenOS sources
upper_bound_const 278 uspace/lib/cpp/include/__bits/adt/rbtree.hpp return Policy::upper_bound_const(*this, key);
upper_bound_const 107 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp auto it = upper_bound_const(tree, key);
upper_bound_const 149 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp upper_bound_const(tree, key)
upper_bound_const 330 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp auto it = upper_bound_const(tree, key);
upper_bound_const 381 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp upper_bound_const(tree, key)
HelenOS homepage, sources at GitHub