Home
last modified time | relevance | path

Searched refs:upper_bound_loop (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/intrusive/
Dbstree_algorithms.hpp819 : upper_bound_loop(x, y, lower_key, comp) in bounded_range()
825 ? upper_bound_loop(NodeTraits::get_right(x), y, upper_key, comp) in bounded_range()
938 return upper_bound_loop(NodeTraits::get_parent(header), detail::uncast(header), key, comp); in upper_bound()
2040 static node_ptr upper_bound_loop in upper_bound_loop() function in boost::intrusive::bstree_algorithms