Searched refs:eventIdSource (Results 1 – 1 of 1) sorted by relevance
579 explicit WithEventIdSourceMatcher(IdGenerator::Source eventIdSource) in WithEventIdSourceMatcher() argument580 : mEventIdSource(eventIdSource) {} in WithEventIdSourceMatcher()604 inline WithEventIdSourceMatcher WithEventIdSource(IdGenerator::Source eventIdSource) { in WithEventIdSource() argument605 return WithEventIdSourceMatcher(eventIdSource); in WithEventIdSource()