Home | History | Annotate | Download | only in bits

Lines Matching refs:__this

510 	const _Hashtable* __this = static_cast<const _Hashtable*>(this);
511 return __this->__rehash_policy().max_load_factor();
517 _Hashtable* __this = static_cast<_Hashtable*>(this);
518 __this->__rehash_policy(_Prime_rehash_policy(__z));
524 _Hashtable* __this = static_cast<_Hashtable*>(this);
525 __this->rehash(__builtin_ceil(__n / max_load_factor()));
1117 const _Hashtable* __this = static_cast<const _Hashtable*>(this);
1119 if (__this->size() != __other.size())
1122 for (auto __itx = __this->begin(); __itx != __this->end(); ++__itx)
1194 const _Hashtable* __this = static_cast<const _Hashtable*>(this);
1196 if (__this->size() != __other.size())
1199 for (auto __itx = __this->begin(); __itx != __this->end();)
1201 const auto __xrange = __this->equal_range(_ExtractKey()(*__itx));