Searched refs:kApproximateMatches (Results 1 – 1 of 1) sorted by relevance
411 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local412 for (uint32_t i = 0; i < kApproximateMatches; i++) { in TEST_F()417 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()418 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()429 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local430 for (uint32_t i = 0; i < kApproximateMatches; i++) { in TEST_F()435 EXPECT_EQ(kApproximateMatches, prediction.getMissCount(Prediction::Type::Approximate)); in TEST_F()436 EXPECT_EQ(kExactMatches + kApproximateMatches, in TEST_F()