Searched defs:HashSet (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/ |
D | hash_set.h | 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 [all …]
|