Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp287 NoDefaultCtorType( std::size_t val1, std::size_t val2 ) : value1(val1), value2(val2) {} in NoDefaultCtorType()
289 return value1 + value2 < other.value1 + other.value2; in operator <()
292 std::size_t value1, value2; member
358 …REQUIRE_MESSAGE((o.value1 == 2 && o.value2 == 35), "Unexpected data popped; possible emplace() fai… in test_move_support_in_push_pop()
360 …REQUIRE_MESSAGE((o.value1 == 15 && o.value2 == 3), "Unexpected data popped; possible emplace() fai… in test_move_support_in_push_pop()
362 …REQUIRE_MESSAGE((o.value1 == 8 && o.value2 == 8), "Unexpected data popped; possible emplace() fail… in test_move_support_in_push_pop()
H A Dconformance_concurrent_vector.cpp1145 int value2; member
1146 explicit throwing_foo(int v1, int v2) : value1 (v1), value2(v2) {} in throwing_foo()
/oneTBB/test/common/
H A Dconcurrent_associative_common.h422 auto value2 = Value<T>::make(2);
423 break_value(value2);
424 cont6.insert(value2);
1200 container_value_type value2 = Value<container_type>::make(key2);
1202 auto init_list = { value1, value2 };
1216 c2.insert(std::move(value2));