Searched refs:allocfn_ (Results 1 – 1 of 1) sorted by relevance
156 : allocfn_(alloc), in HashSet()170 : allocfn_(other.allocfn_), in HashSet()190 : allocfn_(std::move(other.allocfn_)), in HashSet()409 swap(allocfn_, other.allocfn_); in swap()423 return allocfn_; in get_allocator()578 data_ = allocfn_.allocate(num_buckets_); in AllocateStorage()581 allocfn_.construct(allocfn_.address(data_[i])); in AllocateStorage()589 allocfn_.destroy(allocfn_.address(data_[i])); in DeallocateStorage()592 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage()624 allocfn_.destroy(allocfn_.address(element)); in Resize()[all …]