Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_ordered_common.h85 typename Container::iterator l_bound_check, u_bound_check; in test_ordered_methods() local
94 u_bound_check = cont.end(); in test_ordered_methods()
99 if (val_comp(Value<Container>::make(key), *it) && u_bound_check == cont.end()) { in test_ordered_methods()
100 u_bound_check = it; in test_ordered_methods()
114 REQUIRE_MESSAGE(u_bound == u_bound_check, "upper_bound() returned wrong iterator"); in test_ordered_methods()