Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_ordered_common.h111 typename Container::iterator u_bound = cont.upper_bound(key); in test_ordered_methods() local
114 REQUIRE_MESSAGE(u_bound == u_bound_check, "upper_bound() returned wrong iterator"); in test_ordered_methods()
121 …REQUIRE_MESSAGE(cu_bound == const_iterator(u_bound), "upper_bound() const returned wrong iterator"… in test_ordered_methods()
123 REQUIRE((l_bound == eq_range.first && u_bound == eq_range.second)); in test_ordered_methods()