Searched refs:EmptyFn (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | hash_map.h | 53 class EmptyFn, 58 EmptyFn, 64 EmptyFn,
|
D | arena_containers.h | 72 typename EmptyFn = DefaultEmptyFn<T>, 75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>; 79 typename EmptyFn = DefaultEmptyFn<std::pair<Key, Value>>, 84 EmptyFn,
|
D | scoped_arena_containers.h | 68 typename EmptyFn = DefaultEmptyFn<T>, 71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; 75 typename EmptyFn = DefaultEmptyFn<std::pair<Key, Value>>, 80 EmptyFn,
|
D | hash_set.h | 91 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; 161 class EmptyFn = DefaultEmptyFn<T>, 736 EmptyFn emptyfn_; // IsEmpty/SetEmpty function. 752 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> 753 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() argument 754 HashSet<T, EmptyFn, HashFn, Pred, Alloc>& rhs) { in swap()
|