Lines Matching refs:__n
243 explicit hash_set(size_type __n, const hasher& __hf = hasher(),
245 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
251 size_type __n, const hasher& __hf = hasher(),
255 size_type __n, const hasher& __hf, const key_equal& __eql,
325 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
328 void resize(size_type __n) {__table_.rehash(__n);}
332 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
336 __table_.rehash(__n);
340 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
344 __table_.rehash(__n);
359 _InputIterator __first, _InputIterator __last, size_type __n,
363 __table_.rehash(__n);
370 _InputIterator __first, _InputIterator __last, size_type __n,
374 __table_.rehash(__n);
465 explicit hash_multiset(size_type __n, const hasher& __hf = hasher(),
467 hash_multiset(size_type __n, const hasher& __hf,
473 size_type __n, const hasher& __hf = hasher(),
477 size_type __n , const hasher& __hf,
546 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
549 void resize(size_type __n) {__table_.rehash(__n);}
554 size_type __n, const hasher& __hf, const key_equal& __eql)
557 __table_.rehash(__n);
562 size_type __n, const hasher& __hf, const key_equal& __eql,
566 __table_.rehash(__n);
581 _InputIterator __first, _InputIterator __last, size_type __n,
585 __table_.rehash(__n);
592 _InputIterator __first, _InputIterator __last, size_type __n,
596 __table_.rehash(__n);