Lines Matching defs:HashSet
97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; variable
192 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {} in HashSet() function
193 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() function
196 HashSet(double min_load_factor, double max_load_factor) noexcept in HashSet() function
198 HashSet(double min_load_factor, double max_load_factor, const allocator_type& alloc) noexcept in HashSet() function
201 HashSet(const HashFn& hashfn, in HashSet() function
204 HashSet(const HashFn& hashfn, in HashSet() function
209 HashSet(double min_load_factor, in HashSet() function
214 HashSet(double min_load_factor, in HashSet() function
234 HashSet(const HashSet& other) in HashSet() function
254 HashSet(HashSet&& other) noexcept in HashSet() function
275 HashSet(value_type* buffer, size_t buffer_size) in HashSet() function
277 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet() function
279 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet() function
281 HashSet(double min_load_factor, in HashSet() function
287 HashSet(double min_load_factor, in HashSet() function
314 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() function