Home
last modified time | relevance | path

Searched refs:num_buckets_ (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dmap.h400 num_buckets_ = index_of_first_non_null_ = n; in InnerMap()
406 Dealloc<void*>(table_, num_buckets_); in ~InnerMap()
475 GOOGLE_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ || in SearchFrom()
478 for (bucket_index_ = start_bucket; bucket_index_ < m_->num_buckets_; in SearchFrom()
536 bucket_index_ &= (m_->num_buckets_ - 1); in revalidate_if_necessary()
573 for (size_type b = 0; b < num_buckets_; b++) { in clear()
600 index_of_first_non_null_ = num_buckets_; in clear()
671 while (index_of_first_non_null_ < num_buckets_ && in erase()
717 GOOGLE_DCHECK(index_of_first_non_null_ == num_buckets_ || in InsertUnique()
797 const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes1 in ResizeIfLoadIsOutOfRange()
1016 size_type num_buckets_; global() member in google::protobuf::Map::InnerMap
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.h167 int num_buckets() const { return num_buckets_; } in num_buckets()
185 num_buckets_ = num_buckets; in Initialize()
214 int num_buckets_; member in v8::internal::Histogram
H A Dcounters.cc56 return counters_->CreateHistogram(name_, min_, max_, num_buckets_); in CreateHistogram()

Completed in 5 milliseconds