Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_h

96       _Hashtable _M_h;
136 : _M_h(__n, __hf, __eql, __a)
158 : _M_h(__f, __l, __n, __hf, __eql, __a)
183 : _M_h(__l, __n, __hf, __eql, __a)
208 _M_h = __l;
216 { return _M_h.get_allocator(); }
223 { return _M_h.empty(); }
228 { return _M_h.size(); }
233 { return _M_h.max_size(); }
244 { return _M_h.begin(); }
248 { return _M_h.begin(); }
258 { return _M_h.end(); }
262 { return _M_h.end(); }
271 { return _M_h.begin(); }
279 { return _M_h.end(); }
301 { return _M_h.emplace(std::forward<_Args>(__args)...); }
327 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
345 { return _M_h.insert(__x); }
349 { return _M_h.insert(std::move(__x)); }
374 { return _M_h.insert(__hint, __x); }
378 { return _M_h.insert(__hint, std::move(__x)); }
393 { _M_h.insert(__first, __last); }
404 { _M_h.insert(__l); }
422 { return _M_h.erase(__position); }
427 { return _M_h.erase(__it); }
444 { return _M_h.erase(__x); }
462 { return _M_h.erase(__first, __last); }
472 { _M_h.clear(); }
485 { _M_h.swap(__x._M_h); }
493 { return _M_h.hash_function(); }
499 { return _M_h.key_eq(); }
517 { return _M_h.find(__x); }
521 { return _M_h.find(__x); }
535 { return _M_h.count(__x); }
548 { return _M_h.equal_range(__x); }
552 { return _M_h.equal_range(__x); }
560 { return _M_h.bucket_count(); }
565 { return _M_h.max_bucket_count(); }
574 { return _M_h.bucket_size(__n); }
583 { return _M_h.bucket(__key); }
594 { return _M_h.begin(__n); }
598 { return _M_h.begin(__n); }
602 { return _M_h.cbegin(__n); }
614 { return _M_h.end(__n); }
618 { return _M_h.end(__n); }
622 { return _M_h.cend(__n); }
630 { return _M_h.load_factor(); }
636 { return _M_h.max_load_factor(); }
644 { _M_h.max_load_factor(__z); }
655 { _M_h.rehash(__n); }
666 { _M_h.reserve(__n); }
701 _Hashtable _M_h;
741 : _M_h(__n, __hf, __eql, __a)
763 : _M_h(__f, __l, __n, __hf, __eql, __a)
788 : _M_h(__l, __n, __hf, __eql, __a)
813 _M_h = __l;
821 { return _M_h.get_allocator(); }
828 { return _M_h.empty(); }
833 { return _M_h.size(); }
838 { return _M_h.max_size(); }
849 { return _M_h.begin(); }
853 { return _M_h.begin(); }
863 { return _M_h.end(); }
867 { return _M_h.end(); }
876 { return _M_h.begin(); }
884 { return _M_h.end(); }
898 { return _M_h.emplace(std::forward<_Args>(__args)...); }
920 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
932 { return _M_h.insert(__x); }
936 { return _M_h.insert(std::move(__x)); }
958 { return _M_h.insert(__hint, __x); }
962 { return _M_h.insert(__hint, std::move(__x)); }
976 { _M_h.insert(__first, __last); }
987 { _M_h.insert(__l); }
1006 { return _M_h.erase(__position); }
1011 { return _M_h.erase(__it); }
1029 { return _M_h.erase(__x); }
1049 { return _M_h.erase(__first, __last); }
1060 { _M_h.clear(); }
1073 { _M_h.swap(__x._M_h); }
1081 { return _M_h.hash_function(); }
1087 { return _M_h.key_eq(); }
1105 { return _M_h.find(__x); }
1109 { return _M_h.find(__x); }
1119 { return _M_h.count(__x); }
1130 { return _M_h.equal_range(__x); }
1134 { return _M_h.equal_range(__x); }
1142 { return _M_h.bucket_count(); }
1147 { return _M_h.max_bucket_count(); }
1156 { return _M_h.bucket_size(__n); }
1165 { return _M_h.bucket(__key); }
1176 { return _M_h.begin(__n); }
1180 { return _M_h.begin(__n); }
1184 { return _M_h.cbegin(__n); }
1196 { return _M_h.end(__n); }
1200 { return _M_h.end(__n); }
1204 { return _M_h.cend(__n); }
1212 { return _M_h.load_factor(); }
1218 { return _M_h.max_load_factor(); }
1226 { _M_h.max_load_factor(__z); }
1237 { _M_h.rehash(__n); }
1248 { _M_h.reserve(__n); }
1273 { return __x._M_h._M_equal(__y._M_h); }
1285 { return __x._M_h._M_equal(__y._M_h); }