Searched refs:kBinarySearchEndCount (Results 1 – 1 of 1) sorted by relevance
581 static constexpr index_type kBinarySearchEndCount = 8; variable597 } while (ABSL_PREDICT_TRUE(count > kBinarySearchEndCount)); in FindBinary()