Home | History | Annotate | Download | only in bits

Lines Matching defs:__this

804 	const __hashtable* __this = static_cast<const __hashtable*>(this);
805 return __this->__rehash_policy().max_load_factor();
811 __hashtable* __this = static_cast<__hashtable*>(this);
812 __this->__rehash_policy(_Prime_rehash_policy(__z));
818 __hashtable* __this = static_cast<__hashtable*>(this);
819 __this->rehash(__builtin_ceil(__n / max_load_factor()));
1585 const __hashtable* __this = static_cast<const __hashtable*>(this);
1587 if (__this->size() != __other.size())
1590 for (auto __itx = __this->begin(); __itx != __this->end(); ++__itx)
1624 const __hashtable* __this = static_cast<const __hashtable*>(this);
1626 if (__this->size() != __other.size())
1629 for (auto __itx = __this->begin(); __itx != __this->end();)
1631 const auto __xrange = __this->equal_range(_ExtractKey()(*__itx));