Lines Matching refs:get_allocator
172 const bucket_allocator_type& get_allocator() const { in get_allocator() function
176 bucket_allocator_type& get_allocator() { in get_allocator() function
655 node_allocator_type node_allocator(this->get_allocator()); in __TBB_requires()
861 …rrent_hash_map(node_allocator_traits::select_on_container_copy_construction(table.get_allocator())) in __TBB_requires()
882 : concurrent_hash_map(std::move(table.get_allocator())) in __TBB_requires()
1075 return allocator_traits_type::max_size(base_type::get_allocator()); in __TBB_requires()
1082 allocator_type get_allocator() const { return base_type::get_allocator(); } in __TBB_requires()
1263 return allocate_node(base_type::get_allocator(), key, t); in __TBB_requires()
1376 node * node_ptr = create_node(base_type::get_allocator(), std::forward<Args>(args)...); in __TBB_requires()
1501 … node* node_ptr = create_node(base_type::get_allocator(), n->value().first, n->value().second); in __TBB_requires()
1518 … node* node_ptr = create_node(base_type::get_allocator(), (*first).first, (*first).second); in __TBB_requires()
1533 if (a == other.get_allocator()){ in __TBB_requires()