Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dlong_string_dictionary_unittest.cc146 bool isKeyInGoodRange = (keyNumber >= 0 && keyNumber < kDictionaryCapacity); in TEST() local
149 EXPECT_TRUE(isKeyInGoodRange); in TEST()
152 if (isKeyInGoodRange && isValueInGoodRange) { in TEST()
Dsimple_string_dictionary_unittest.cc202 bool isKeyInGoodRange = in TEST() local
206 EXPECT_TRUE(isKeyInGoodRange); in TEST()
209 if (isKeyInGoodRange && isValueInGoodRange) { in TEST()