Lines Matching refs:__u
543 hash_map(const hash_map& __u);
584 void swap(hash_map& __u) {__table_.swap(__u.__table_);}
674 const hash_map& __u)
675 : __table_(__u.__table_)
677 __table_.rehash(__u.bucket_count());
678 insert(__u.begin(), __u.end());
821 hash_multimap(const hash_multimap& __u);
861 void swap(hash_multimap& __u) {__table_.swap(__u.__table_);}
946 const hash_multimap& __u)
947 : __table_(__u.__table_)
949 __table_.rehash(__u.bucket_count());
950 insert(__u.begin(), __u.end());