Home
last modified time | relevance | path

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

/third_party/boost/boost/intrusive/detail/
Dhashtable_node.hpp101 BOOST_INTRUSIVE_FORCEINLINE const bucket_ptr &bucket_begin() const in bucket_begin() function
258 bucket_type* const buckets = boost::movelib::to_raw_pointer(rbuck_traits.bucket_begin()); in increment()
/third_party/boost/libs/intrusive/example/
Ddoc_bucket_traits.cpp52 BucketPtr bucket_begin() const { return buckets_; } in bucket_begin() function in custom_bucket_traits
/third_party/boost/libs/intrusive/test/
Dcustom_bucket_traits_test.cpp87 BaseBucketType * bucket_begin() const in bucket_begin() function
/third_party/boost/boost/intrusive/
Dhashtable.hpp736 { return this->priv_bucket_traits().bucket_begin(); } in priv_bucket_pointer()
744 return rbt.bucket_begin() + rbt.bucket_count(); in priv_invalid_bucket()
748 { return this->priv_bucket_traits().bucket_begin()->before_begin(); } in priv_invalid_local_it()
3065 if(new_bucket_traits.bucket_begin() != old_buckets){ in incremental_rehash()
3067 bucket_type &new_bucket = new_bucket_traits.bucket_begin()[n]; in incremental_rehash()
3153 const bucket_ptr new_buckets = new_bucket_traits.bucket_begin(); in rehash_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h422 bucket_iterator bucket_begin(unsigned hash) { in bucket_begin() function
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk1373 bucket_ptr bucket_begin();
1374 const_bucket_ptr bucket_begin() const;