Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp440 typedef tbb::concurrent_hash_map<int, int> basic_chmap_type; in TestInternalFastFind() typedef
441 typedef basic_chmap_type::const_pointer const_pointer; in TestInternalFastFind()
443 class chmap : public basic_chmap_type { in TestInternalFastFind()
445 chmap() : basic_chmap_type() {} in TestInternalFastFind()
447 using basic_chmap_type::internal_fast_find; in TestInternalFastFind()
461 basic_chmap_type::value_type val = *res; in TestInternalFastFind()