Home
last modified time | relevance | path

Searched refs:HashFn (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dhash_map.h54 class HashFn = DefaultHashFn<Key>,
59 HashMapWrapper<HashFn>,
65 HashMapWrapper<HashFn>,
Darena_containers.h73 typename HashFn = DefaultHashFn<T>,
75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>;
80 typename HashFn = DefaultHashFn<Key>,
85 HashFn,
Dscoped_arena_containers.h69 typename HashFn = DefaultHashFn<T>,
71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>;
76 typename HashFn = DefaultHashFn<Key>,
81 HashFn,
Dhash_set.h97 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()