Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h616 auto bucket_begin = first_value_node(const_cast<self_type*>(this)->get_bucket(n)); in unsafe_begin() local
617 return const_local_iterator(bucket_begin); in unsafe_begin()
621 auto bucket_begin = first_value_node(const_cast<self_type*>(this)->get_bucket(n)); in unsafe_cbegin() local
622 return const_local_iterator(bucket_begin); in unsafe_cbegin()