Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap.h722 num_buckets_ = index_of_first_non_null_ = n; in InnerMap()
776 SearchFrom(m->index_of_first_non_null_); in iterator_base()
806 GOOGLE_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ || in SearchFrom()
807 m_->table_[m_->index_of_first_non_null_] != NULL); in SearchFrom()
933 index_of_first_non_null_ = num_buckets_; in clear()
1014 if (GOOGLE_PREDICT_FALSE(b == index_of_first_non_null_)) { in erase()
1015 while (index_of_first_non_null_ < num_buckets_ && in erase()
1016 table_[index_of_first_non_null_] == NULL) { in erase()
1017 ++index_of_first_non_null_; in erase()
1052 GOOGLE_DCHECK(index_of_first_non_null_ == num_buckets_ || in InsertUnique()
[all …]