Home
last modified time | relevance | path

Searched refs:hash_container (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/multi_index/test/
Dtest_hash_ops.cpp40 > hash_container; typedef
44 hash_container hc; in test_hash_ops()
50 hash_container::size_type buc=hc.bucket(1000); in test_hash_ops()
51 hash_container::local_iterator it0=hc.begin(buc); in test_hash_ops()
52 hash_container::local_iterator it1=hc.end(buc); in test_hash_ops()
54 (hash_container::size_type)std::distance(it0,it1)==hc.bucket_size(buc)&& in test_hash_ops()
59 for(hash_container::size_type s=2*hc.bucket_count();s--;){ in test_hash_ops()
78 hash_container::size_type bc=4*hc.bucket_count(); in test_hash_ops()
95 hash_container hc2; in test_hash_ops()
102 hash_container hc3; in test_hash_ops()
[all …]