Searched refs:__ht1 (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hashtable.h173 bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1,
667 inline bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1, argument
671 if (__ht1._M_buckets.size() != __ht2._M_buckets.size())
673 for (int __n = 0; __n < __ht1._M_buckets.size(); ++__n) {
674 _Node* __cur1 = __ht1._M_buckets[__n];
689 inline void swap(hashtable<_Val, _Key, _HF, _Extract, _EqKey, _All>& __ht1, argument
691 __ht1.swap(__ht2);

Completed in 36 milliseconds