Searched defs:HashSet (Results 1 – 1 of 1) sorted by relevance
91 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; variable189 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {} in HashSet() function191 HashSet(double min_load_factor, double max_load_factor) noexcept in HashSet() function203 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() function217 HashSet(const HashSet& other) noexcept in HashSet() function237 HashSet(HashSet&& other) noexcept in HashSet() function259 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() function