Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dbstree_algorithms.hpp817 : upper_bound_loop(x, y, lower_key, comp) in bounded_range()
823 ? upper_bound_loop(NodeTraits::get_right(x), y, upper_key, comp) in bounded_range()
936 return upper_bound_loop(NodeTraits::get_parent(header), detail::uncast(header), key, comp); in upper_bound()
2039 static node_ptr upper_bound_loop in upper_bound_loop() function in boost::intrusive::bstree_algorithms