Searched refs:GetTotalCountsForPrefix (Results 1 – 3 of 3) sorted by relevance
126 EXPECT_TRUE(tester.GetTotalCountsForPrefix("Test2.").empty()); in TEST_F()128 EXPECT_EQ(1u, tester.GetTotalCountsForPrefix("Test1.").size()); in TEST_F()
122 CountsMap GetTotalCountsForPrefix(const std::string& prefix) const;
120 HistogramTester::CountsMap HistogramTester::GetTotalCountsForPrefix( in GetTotalCountsForPrefix() function in base::HistogramTester