Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1115 const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes16 / 16; in ResizeIfLoadIsOutOfRange() local
1116 const size_type lo_cutoff = hi_cutoff / 4; in ResizeIfLoadIsOutOfRange()
1120 if (GOOGLE_PREDICT_FALSE(new_size >= hi_cutoff)) { in ResizeIfLoadIsOutOfRange()
1133 hi_cutoff) { in ResizeIfLoadIsOutOfRange()