Searched refs:kExactMatches (Results 1 – 1 of 1) sorted by relevance
387 const constexpr uint32_t kExactMatches = 2; in TEST_F() local388 for (uint32_t i = 0; i < kExactMatches; i++) { in TEST_F()397 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()399 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()405 const constexpr uint32_t kExactMatches = 2; in TEST_F() local406 for (uint32_t i = 0; i < kExactMatches; i++) { in TEST_F()415 EXPECT_EQ(kExactMatches, prediction.getMissCount(Prediction::Type::Exact)); in TEST_F()417 EXPECT_EQ(kExactMatches + kApproximateMatches, in TEST_F()