Searched refs:WithSourceMatcher (Results 1 – 1 of 1) sorted by relevance
46 class WithSourceMatcher {49 explicit WithSourceMatcher(uint32_t source) : mSource(source) {} in WithSourceMatcher() function73 inline WithSourceMatcher WithSource(uint32_t source) { in WithSource()74 return WithSourceMatcher(source); in WithSource()