Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp302 CombinableType vs2(vs); in RunParallelVectorTests() local
304 vs2.combine_each(MyCombineEach2); in RunParallelVectorTests()
313 CombinableType vs4(std::move(vs2)); in RunParallelVectorTests()
H A Dconformance_enumerable_thread_specific.cpp655 ets_type vs2(vs); // this causes an assertion failure, related to allocators... in run_parallel_vector_tests() local
667 REQUIRE( vs2.size() == pvrb.count ); in run_parallel_vector_tests()
741 ets_tlskey_type vs2(vs); in run_cross_type_vector_tests() local
745 vs3 = vs2; in run_cross_type_vector_tests()