Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp313 using ch_map_debug_hash = tbb::concurrent_hash_map<key_type, second_type, in TypeTester() typedef
318 ch_map_debug_hash c12(c1.begin(), c1.end(), compare); in TypeTester()
321 ch_map_debug_hash c13(c1.begin(), c1.end(), compare, typename ch_map::allocator_type()); in TypeTester()