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

/external/protobuf/src/google/protobuf/
H A Dmap.h1112 const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes16 / 16; local
1113 const size_type lo_cutoff = hi_cutoff / 4;
1117 if (GOOGLE_PREDICT_FALSE(new_size >= hi_cutoff)) {
1130 hi_cutoff) {

Completed in 108 milliseconds