Searched refs:isKeyInGoodRange (Results 1 – 2 of 2) sorted by relevance
146 bool isKeyInGoodRange = (keyNumber >= 0 && keyNumber < kDictionaryCapacity); in TEST() local149 EXPECT_TRUE(isKeyInGoodRange); in TEST()152 if (isKeyInGoodRange && isValueInGoodRange) { in TEST()
202 bool isKeyInGoodRange = in TEST() local206 EXPECT_TRUE(isKeyInGoodRange); in TEST()209 if (isKeyInGoodRange && isValueInGoodRange) { in TEST()