Lines Matching defs:HashSet
97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; variable
203 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {} in HashSet() function
204 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() function
207 HashSet(double min_load_factor, double max_load_factor) noexcept in HashSet() function
209 HashSet(double min_load_factor, double max_load_factor, const allocator_type& alloc) noexcept in HashSet() function
212 HashSet(const HashFn& hashfn, in HashSet() function
215 HashSet(const HashFn& hashfn, in HashSet() function
220 HashSet(double min_load_factor, in HashSet() function
225 HashSet(double min_load_factor, in HashSet() function
245 HashSet(const HashSet& other) in HashSet() function
265 HashSet(HashSet&& other) noexcept in HashSet() function
286 HashSet(value_type* buffer, size_t buffer_size) in HashSet() function
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet() function
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet() function
292 HashSet(double min_load_factor, in HashSet() function
298 HashSet(double min_load_factor, in HashSet() function
325 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() function