Home
last modified time | relevance | path

Searched refs:TypeTester (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp72TypeTester<DefCtorPresent, tbb::concurrent_unordered_set<ValueType, std::hash<ValueType>, utils::I… in check()
73TypeTester<DefCtorPresent, tbb::concurrent_unordered_multiset<ValueType, std::hash<ValueType>, uti… in check()
H A Dtest_concurrent_set.cpp66 TypeTester<DefCtorPresent, tbb::concurrent_set<ValueType>>(lst); in check()
67 TypeTester<DefCtorPresent, tbb::concurrent_multiset<ValueType>>(lst); in check()
H A Dtest_concurrent_hash_map.cpp256 void TypeTester( const std::list<Value> &lst ) { in TypeTester() function
331 TypeTester</*default_construction_present = */true>( arrIntInt ); in TestSpecificTypes()
337 TypeTester</*default_construction_present = */true>( arrRefInt ); in TestSpecificTypes()
343 TypeTester</*default_construction_present = */false>( arrIntRef ); in TestSpecificTypes()
351 TypeTester< /*default_construction_present = */true>( arrShrShr ); in TestSpecificTypes()
356 TypeTester< /*default_construction_present = */true>( arrWkWk ); in TestSpecificTypes()
365 TypeTester</*default_construction_present = */true>(arr_pair_int); in TestSpecificTypes()
374 TypeTester</*default_construction_present = */true>(arr_pair_string_int); in TestSpecificTypes()
H A Dtest_concurrent_map.cpp84 TypeTester<DefCtorPresent, tbb::concurrent_map<key_type, mapped_type>>(lst); in check()
85 TypeTester<DefCtorPresent, tbb::concurrent_multimap<key_type, mapped_type>>(lst); in check()
H A Dtest_concurrent_unordered_map.cpp91TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_map, key_type, mapped_type>>(lst); in check()
92TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_multimap, key_type, mapped_type>>(… in check()
H A Dtest_concurrent_vector.cpp326 void TypeTester( const std::vector<Type> &vec ) { in TypeTester() function
361 TypeTester</*default_construction_present = */true>( intArr ); in TestTypes()
366 TypeTester</*default_construction_present = */false>( refArr ); in TestTypes()
374 TypeTester</*default_construction_present = */true>( shrPtrArr ); in TestTypes()
378 TypeTester</*default_construction_present = */true>( wkPtrArr ); in TestTypes()
/oneTBB/test/common/
H A Dconcurrent_unordered_common.h206 void TypeTester( const std::list<typename Table::value_type>& lst ) { in TypeTester() function
H A Dconcurrent_ordered_common.h212 void TypeTester( const std::list<typename Table::value_type>& lst ) {