Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_map.h53 class EmptyFn,
58 EmptyFn,
64 EmptyFn,
Darena_containers.h72 typename EmptyFn = DefaultEmptyFn<T>,
75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>;
79 typename EmptyFn = DefaultEmptyFn<std::pair<Key, Value>>,
84 EmptyFn,
Dscoped_arena_containers.h68 typename EmptyFn = DefaultEmptyFn<T>,
71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>;
75 typename EmptyFn = DefaultEmptyFn<std::pair<Key, Value>>,
80 EmptyFn,
Dhash_set.h91 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()