Lines Matching refs:get_bucket
240 bucket *get_bucket( hashcode_type h ) const noexcept { in get_bucket() function
280 … if (!rehash_required(get_bucket(h & m_old)->node_list.load(std::memory_order_acquire))) { in check_rehashing_collision()
445 else my_bucket = my_map->get_bucket( k ); in advance_to_next_bucket()
559 auto b = my_begin.my_map->get_bucket(m); in set_midpoint()
712 my_b = base->get_bucket( h ); in __TBB_requires()
967 bucket *bp = this->get_bucket( b ); // only the last segment should be scanned for rehashing in __TBB_requires()
977 b_old = this->get_bucket( h &= m ); in __TBB_requires()
994 bucket *b_new = this->get_bucket(curr_node_hash & mask); in __TBB_requires()
1473 bucket *b = this->get_bucket( h ); in __TBB_requires()
1476 b = this->get_bucket( h &= m ); in __TBB_requires()
1494 else { dst = this->get_bucket( k ); src = source.get_bucket( k ); } in __TBB_requires()
1516 bucket *b = this->get_bucket( h & m ); in __TBB_requires()
1579 bucket *b = this->get_bucket( h & m ); in __TBB_requires()