Searched refs:MyHashCompare (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | concurrent_hash_map.rst | 32 struct MyHashCompare { 47 typedef concurrent_hash_map<string,int,MyHashCompare> StringTable;
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 47 friend class MyHashCompare; 157 class MyHashCompare { class 180 using test_table_type = oneapi::tbb::concurrent_hash_map<MyKey, MyData, MyHashCompare, test_allocat… 181 using other_test_table_type = oneapi::tbb::concurrent_hash_map<MyKey, MyData2, MyHashCompare>; 473 …using throwing_table = oneapi::tbb::concurrent_hash_map<MyKey, MyData2, MyHashCompare, allocator_t… in TestExceptions() 606 …tateTrackedTable = oneapi::tbb::concurrent_hash_map<MyKey, move_support_tests::Foo, MyHashCompare>;
|