Searched refs:Pred (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | arena_containers.h | 74 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,
|
D | hash_map.h | 72 class Pred = DefaultPred<Key>, 77 HashMapPredWrapper<Key, Value, Pred>, 83 HashMapPredWrapper<Key, Value, Pred>,
|
D | hash_set.h | 97 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; 169 class Pred = DefaultPred<T>, 202 : HashSet(min_load_factor, max_load_factor, HashFn(), Pred(), alloc) {} in HashSet() 205 const Pred& pred) noexcept in HashSet() 208 const Pred& pred, in HashSet() 215 const Pred& pred) noexcept in HashSet() 220 const Pred& pred, in HashSet() 800 Pred pred_; // Equals function. 816 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> 817 void swap(HashSet<T, EmptyFn, HashFn, Pred, Alloc>& lhs, in swap() argument [all …]
|
D | scoped_arena_containers.h | 72 typename Pred = DefaultPred<T>> 73 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>; 79 typename Pred = DefaultPred<Key>> 84 Pred,
|
/art/runtime/base/ |
D | mutex.cc | 124 template<typename Pred> 125 static inline bool WaitBrieflyFor(AtomicInteger* testLoc, Thread* self, Pred pred) { in WaitBrieflyFor()
|