Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp257 template <bool default_construction_present> struct do_default_construction_test { struct
260 template <> struct do_default_construction_test<false> { struct
285do_default_construction_test<default_construction_present>()(test_grow_by_and_resize<Type,Allocato… in Examine()
344do_default_construction_test<default_construction_present>()(test_default_construction<Type>(vec)); in TypeTester()
H A Dtest_concurrent_hash_map.cpp64 template <bool default_construction_present> struct do_default_construction_test { struct
68 template <> struct do_default_construction_test<false> { struct
164do_default_construction_test<default_construction_present>()(test_insert_by_key<Table>( my_c, valu… in operator ()()