Searched refs:TypeTester (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_unordered_set.cpp | 72 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_set<ValueType, std::hash<ValueType>, utils::I… in check() 73 …TypeTester<DefCtorPresent, tbb::concurrent_unordered_multiset<ValueType, std::hash<ValueType>, uti… in check()
|
| H A D | test_concurrent_set.cpp | 66 TypeTester<DefCtorPresent, tbb::concurrent_set<ValueType>>(lst); in check() 67 TypeTester<DefCtorPresent, tbb::concurrent_multiset<ValueType>>(lst); in check()
|
| H A D | test_concurrent_hash_map.cpp | 256 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 D | test_concurrent_map.cpp | 84 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 D | test_concurrent_unordered_map.cpp | 91 … TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_map, key_type, mapped_type>>(lst); in check() 92 …TypeTester<DefCtorPresent, table_type<tbb::concurrent_unordered_multimap, key_type, mapped_type>>(… in check()
|
| H A D | test_concurrent_vector.cpp | 326 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 D | concurrent_unordered_common.h | 206 void TypeTester( const std::list<typename Table::value_type>& lst ) { in TypeTester() function
|
| H A D | concurrent_ordered_common.h | 212 void TypeTester( const std::list<typename Table::value_type>& lst ) {
|