Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_unordered_common.h75 std::pair<typename T::iterator, bool> ins3 = cont.insert(Value<T>::make(i)); in test_unordered_methods() local
76 …REQUIRE_MESSAGE((ins3.second == true && Value<T>::get(*(ins3.first)) == i), "Element 1 has not bee… in test_unordered_methods()
H A Dconcurrent_associative_common.h640 std::pair<typename T::iterator, bool> ins3 = cont.insert(Value<T>::make(i));
641 …REQUIRE_MESSAGE((ins3.second == true && Value<T>::get(*(ins3.first)) == i), "Element 1 has not bee…