Searched refs:WithEventIdMatcher (Results 1 – 1 of 1) sorted by relevance
544 class WithEventIdMatcher {547 explicit WithEventIdMatcher(int32_t eventId) : mEventId(eventId) {} in WithEventIdMatcher() function571 inline WithEventIdMatcher WithEventId(int32_t eventId) { in WithEventId()572 return WithEventIdMatcher(eventId); in WithEventId()