Home
last modified time | relevance | path

Searched defs: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
261 template<typename FuncType> void operator()( FuncType ) const {} in operator ()()
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> { argument
69 template<typename FuncType> void operator()( FuncType ) const {} in operator ()()