Lines Matching defs:HashSet
97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; variable
195 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {} in HashSet() function
196 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() function
199 HashSet(double min_load_factor, double max_load_factor) noexcept in HashSet() function
201 HashSet(double min_load_factor, double max_load_factor, const allocator_type& alloc) noexcept in HashSet() function
204 HashSet(const HashFn& hashfn, in HashSet() function
207 HashSet(const HashFn& hashfn, in HashSet() function
212 HashSet(double min_load_factor, in HashSet() function
217 HashSet(double min_load_factor, in HashSet() function
237 HashSet(const HashSet& other) noexcept in HashSet() function
257 HashSet(HashSet&& other) noexcept in HashSet() function
278 HashSet(value_type* buffer, size_t buffer_size) in HashSet() function
280 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet() function
282 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet() function
284 HashSet(double min_load_factor, in HashSet() function
307 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() function