Searched refs:bucket_begin (Results 1 – 1 of 1) sorted by relevance
616 auto bucket_begin = first_value_node(const_cast<self_type*>(this)->get_bucket(n)); in unsafe_begin() local617 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() local622 return const_local_iterator(bucket_begin); in unsafe_cbegin()