Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_map.h55 class Pred = DefaultPred<Key>,
60 HashMapWrapper<Pred>,
66 HashMapWrapper<Pred>,
Darena_containers.h74 typename Pred = DefaultPred<T>>
75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>;
81 typename Pred = DefaultPred<Key>>
86 Pred,
92 typename Pred = std::equal_to<Value>>
96 Pred,
Dscoped_arena_containers.h70 typename Pred = DefaultPred<T>>
71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>;
77 typename Pred = DefaultPred<Key>>
82 Pred,
Dhash_set.h91 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet;
163 class Pred = DefaultPred<T>,
737 Pred pred_; // Equals 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()