HelenOS sources

lower_bound_const  288 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 return Policy::lower_bound_const(*this, key);
lower_bound_const   64 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto it = lower_bound_const(tree, key);
lower_bound_const  122 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto it = lower_bound_const(tree, key);
lower_bound_const  148 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 lower_bound_const(tree, key),
lower_bound_const  291 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto it = lower_bound_const(tree, key);
lower_bound_const  380 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp                 lower_bound_const(tree, key),
HelenOS homepage, sources at GitHub