Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_map.h64 class EmptyFn = DefaultMapEmptyFn<Key, Value>,
69 EmptyFn,
75 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.h70 typename EmptyFn = DefaultEmptyFn<T>,
73 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>;
77 typename EmptyFn = DefaultMapEmptyFn<Key, Value>,
82 EmptyFn,
Dhash_set.h97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet;
167 class EmptyFn = DefaultEmptyFn<T>,
757 EmptyFn emptyfn_; // IsEmpty/SetEmpty 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()