Lines Matching refs:__u
257 hash_set(const hash_set& __u);
299 void swap(hash_set& __u) {__table_.swap(__u.__table_);}
380 const hash_set& __u)
381 : __table_(__u.__table_)
383 __table_.rehash(__u.bucket_count());
384 insert(__u.begin(), __u.end());
479 hash_multiset(const hash_multiset& __u);
520 void swap(hash_multiset& __u) {__table_.swap(__u.__table_);}
602 const hash_multiset& __u)
603 : __table_(__u.__table_)
605 __table_.rehash(__u.bucket_count());
606 insert(__u.begin(), __u.end());