Searched refs:getHitCount (Results 1 – 6 of 6) sorted by relevance
262 public int getHitCount() { in getHitCount() method in HttpResponseCache263 return mDelegate.getHitCount(); in getHitCount()
177 size_t getHitCount(Type type) const {179 return getHitCount(Type::Exact) + getHitCount(Type::Approximate);
401 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()402 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()403 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()
480 prediction.getHitCount(Prediction::Type::Total) + in dumpPredictionsByFrequency()
17512 method public int getHitCount();
26957 method public int getHitCount();