HomeSort by relevance Sort by last modified time
    Searched refs:_HCBase (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 201 __cache_hash_code> _HCBase;
203 // When hash codes are not cached local iterator is going to use _HCBase
205 static_assert(__if_hash_code_not_cached<is_empty<_HCBase>>::value,
461 { return _HCBase::_M_bucket_index(__n, _M_bucket_count); }
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count); }
    [all...]
hashtable_policy.h 872 _H1, _H2, _Hash, __cache_hash_code> _HCBase;
873 typedef typename _HCBase::_Hash_code_type _Hash_code_type;
878 : _HCBase(__ex, __h1, __h2, __hash), _EboEqual(__eq) { }
894 _HCBase::_M_swap(__x);
    [all...]

Completed in 978 milliseconds