Home | History | Annotate | Download | only in unit

Lines Matching defs:Container

389     //We are going to add at least 20 values, to get a stable hash container while doing that
406 //Now we put some more elements until hash container is resized:
418 // Now we remove some elements until hash container is resized:
452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container;
573 Container cont;
586 Container const& ccont = cont;
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container;
594 Container cont;
607 Container const& ccont = cont;
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container;
614 Container cont;
627 Container const& ccont = cont;
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container;
635 Container cont;
648 Container const& ccont = cont;
660 * can be access even if type used to instanciate container is not