Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp419 container_type vd; in test() local
420 vd.insert( il ); in test()
421 REQUIRE_MESSAGE( vd == expected, "inserting with an initializer list failed" ); in test()
428 container_type vd(il, tbb::tbb_allocator<std::pair<element_type, element_type>>{}); in test() local
429 REQUIRE_MESSAGE( vd == expected, "inserting with an initializer list failed" ); in test()
H A Dconformance_concurrent_vector.cpp591 container_type vd; in test() local
592 vd.grow_by( il ); in test()
593 REQUIRE_MESSAGE( vd == expected, "grow_by with an initializer list failed" ); in test()