Searched refs:allocfn_ (Results 1 – 1 of 1) sorted by relevance
230 : allocfn_(alloc), in HashSet()246 : allocfn_(other.allocfn_), in HashSet()266 : allocfn_(std::move(other.allocfn_)), in HashSet()305 : allocfn_(alloc), in HashSet()564 swap(allocfn_, other.allocfn_); in swap()578 return allocfn_; in get_allocator()745 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()748 std::allocator_traits<allocator_type>::construct(allocfn_, std::addressof(data_[i])); in AllocateStorage()756 std::allocator_traits<allocator_type>::destroy(allocfn_, std::addressof(data_[i])); in DeallocateStorage()759 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage()[all …]