Searched defs:chmap_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 1201 using chmap_type = oneapi::tbb::concurrent_hash_map<int, int>; in TestCHMapIteratorComparisons() typedef 1283 using chmap_type = oneapi::tbb::concurrent_hash_map<key_type, int, HeterogeneousHashCompare>; in test_heterogeneous_find() typedef 1335 using chmap_type = oneapi::tbb::concurrent_hash_map<key_type, int, HeterogeneousHashCompare>; in test_heterogeneous_count() typedef 1362 using chmap_type = oneapi::tbb::concurrent_hash_map<key_type, int, HeterogeneousHashCompare>; in test_heterogeneous_equal_range() typedef 1413 …using chmap_type = oneapi::tbb::concurrent_hash_map<key_type, DefaultConstructibleValue, Heterogen… in test_heterogeneous_insert() typedef 1456 using chmap_type = oneapi::tbb::concurrent_hash_map<key_type, int, HeterogeneousHashCompare>; in test_heterogeneous_erase() typedef
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 598 using chmap_type = tbb::concurrent_hash_map<int, int, tbb::tbb_hash_compare<int>, in test_with_minimalistic_mutex() typedef
|