Searched refs:kApproximateMatches (Results 1 – 1 of 1) sorted by relevance
392 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local393 for (uint32_t i = 0; i < kApproximateMatches; i++) { in TEST_F()398 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()399 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()410 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local411 for (uint32_t i = 0; i < kApproximateMatches; i++) { in TEST_F()416 EXPECT_EQ(kApproximateMatches, prediction.getMissCount(Prediction::Type::Approximate)); in TEST_F()417 EXPECT_EQ(kExactMatches + kApproximateMatches, in TEST_F()