Lines Matching refs:Pred
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
818 HashSet<T, EmptyFn, HashFn, Pred, Alloc>& rhs) { in swap()