Searched refs:peak_pending_lookups (Results 1 – 2 of 2) sorted by relevance
181 EXPECT_GT(testing_master.peak_pending_lookups(), names.size() / 2); in TEST_F()182 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()183 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()229 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()230 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()255 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()256 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()
445 size_t peak_pending_lookups() const { return peak_pending_lookups_; } in peak_pending_lookups() function