Searched refs:HashFn (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | hash_map.h | 54 class HashFn = DefaultHashFn<Key>, 59 HashMapWrapper<HashFn>, 65 HashMapWrapper<HashFn>,
|
D | arena_containers.h | 73 typename HashFn = DefaultHashFn<T>, 75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>; 80 typename HashFn = DefaultHashFn<Key>, 85 HashFn,
|
D | scoped_arena_containers.h | 69 typename HashFn = DefaultHashFn<T>, 71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; 76 typename HashFn = DefaultHashFn<Key>, 81 HashFn,
|
D | hash_set.h | 97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; 168 class HashFn = DefaultHashFn<T>, 756 HashFn hashfn_; // Hashing function. 773 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> 774 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() argument 775 HashSet<T, EmptyFn, HashFn, Pred, Alloc>& rhs) { in swap()
|