Searched refs:u_bound_check (Results 1 – 1 of 1) sorted by relevance
85 typename Container::iterator l_bound_check, u_bound_check; in test_ordered_methods() local94 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()