Searched refs:buc (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/multi_index/test/ |
D | test_serialization3.cpp | 144 for(std::size_t buc=0;buc<hs.bucket_count();++buc){ in test_serialization3() local 145 for(local_iterator lit=hs.begin(buc),lit_end=hs.end(buc); in test_serialization3() 151 local_iterator lit2=hs.end(buc); in test_serialization3() 172 for(std::size_t buc=0;buc<hs2.bucket_count();++buc){ in test_serialization3() local 173 for(std::size_t k=0;k<hs2.bucket_size(buc);++k){ in test_serialization3() 182 BOOST_TEST(it2==hs2.end(buc)); in test_serialization3()
|
D | test_iterators.cpp | 97 for(size_type buc=0;buc<i.bucket_count();++buc){ in test_non_const_hashed_iterators() local 98 for(local_iterator it=i.begin(buc);it!=i.end(buc);++it){ in test_non_const_hashed_iterators() 123 for(size_type buc=0;buc<i.bucket_count();++buc){ in test_const_hashed_iterators() local 124 BOOST_TEST(i.cbegin(buc)==i.begin(buc)); in test_const_hashed_iterators() 125 BOOST_TEST(i.cend(buc)==i.end(buc)); in test_const_hashed_iterators() 126 for(const_local_iterator it=i.begin(buc);it!=i.end(buc);++it){ in test_const_hashed_iterators()
|
D | test_hash_ops.cpp | 50 hash_container::size_type buc=hc.bucket(1000); in test_hash_ops() local 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() 55 hc.bucket_size(buc)==1&&*it0==1000); in test_hash_ops()
|
/third_party/boost/boost/multi_index/detail/ |
D | hash_index_node.hpp | 255 static void link(pointer x,base_pointer buc,pointer end) in link() 257 if(buc->prior()==pointer(0)){ /* empty bucket */ in link() 260 x->prior()->next()=buc; in link() 261 buc->prior()=x; in link() 265 x->prior()=buc->prior()->prior(); in link() 266 x->next()=base_pointer_from(buc->prior()); in link() 267 buc->prior()=x; in link() 396 static void link(pointer x,base_pointer buc,pointer end) in link() 398 if(buc->prior()==pointer(0)){ /* empty bucket */ in link() 401 x->prior()->next()=buc; in link() [all …]
|
/third_party/boost/boost/multi_index/ |
D | hashed_index.hpp | 379 std::size_t buc=buckets.position(hash_(k)); in erase() local 380 for(node_impl_pointer x=buckets.at(buc)->prior(); in erase() 850 std::size_t buc=find_bucket(v); in insert_() local 851 link_info pos(buckets.at(buc)); in insert_() 869 std::size_t buc=find_bucket(v); in insert_() local 870 link_info pos(buckets.at(buc)); in insert_() 979 std::size_t buc=find_bucket(v); in replace_() 980 link_info pos(buckets.at(buc)); in replace_() 997 std::size_t buc; in modify_() local 1000 buc=find_bucket(x->value()); in modify_() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 198 buc{"buc_Latn_YT"}
|
D | supplementalData.txt | 11921 buc{ 31943 buc{
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 201 buc{"buc_Latn_YT"}
|
D | langInfo.txt | 433 "buc","Latn","YT",
|
D | supplementalData.txt | 12301 buc{ 32737 buc{
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 201 buc{"buc_Latn_YT"}
|
D | langInfo.txt | 433 "buc","Latn","YT",
|
D | supplementalData.txt | 12301 buc{ 32737 buc{
|