Searched refs:hash_map_base (Results 1 – 1 of 1) sorted by relevance
80 class hash_map_base {116 …hash_map_base( const allocator_type& alloc ) : my_allocator(alloc), my_mask(embedded_buckets - 1),… in hash_map_base() function316 void internal_swap_content(hash_map_base &table) { in internal_swap_content()335 void internal_move(hash_map_base&& other) { in internal_move()586 : protected hash_map_base<Allocator, MutexType> in __TBB_requires()588 : protected hash_map_base<Allocator, spin_rw_mutex> in __TBB_requires()599 using base_type = hash_map_base<Allocator, MutexType>; in __TBB_requires()601 using base_type = hash_map_base<Allocator, spin_rw_mutex>; in __TBB_requires()