Searched refs:index_of_first_non_null_ (Results 1 – 1 of 1) sorted by relevance
725 num_buckets_ = index_of_first_non_null_ = n; in InnerMap()779 SearchFrom(m->index_of_first_non_null_); in iterator_base()809 GOOGLE_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ || in SearchFrom()810 m_->table_[m_->index_of_first_non_null_] != NULL); in SearchFrom()936 index_of_first_non_null_ = num_buckets_; in clear()1017 if (GOOGLE_PREDICT_FALSE(b == index_of_first_non_null_)) { in erase()1018 while (index_of_first_non_null_ < num_buckets_ && in erase()1019 table_[index_of_first_non_null_] == NULL) { in erase()1020 ++index_of_first_non_null_; in erase()1055 GOOGLE_DCHECK(index_of_first_non_null_ == num_buckets_ || in InsertUnique()[all …]