GetMatcherCountForEvent   50 extensions/common/event_filter.h   int GetMatcherCountForEvent(const std::string& event_name);
GetMatcherCountForEvent  186 extensions/common/event_filter_unittest.cc   ASSERT_EQ(0, event_filter_.GetMatcherCountForEvent("event1"));
GetMatcherCountForEvent  188 extensions/common/event_filter_unittest.cc   ASSERT_EQ(1, event_filter_.GetMatcherCountForEvent("event1"));
GetMatcherCountForEvent  190 extensions/common/event_filter_unittest.cc   ASSERT_EQ(2, event_filter_.GetMatcherCountForEvent("event1"));
GetMatcherCountForEvent  192 extensions/common/event_filter_unittest.cc   ASSERT_EQ(1, event_filter_.GetMatcherCountForEvent("event1"));
GetMatcherCountForEvent  194 extensions/common/event_filter_unittest.cc   ASSERT_EQ(0, event_filter_.GetMatcherCountForEvent("event1"));