Searched refs:basic_chmap_type (Results 1 – 1 of 1) sorted by relevance
440 typedef tbb::concurrent_hash_map<int, int> basic_chmap_type; in TestInternalFastFind() typedef441 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()