Searched refs:WithFlagsMatcher (Results 1 – 1 of 1) sorted by relevance
209 class WithFlagsMatcher {212 explicit WithFlagsMatcher(int32_t flags) : mFlags(flags) {} in WithFlagsMatcher() function240 inline WithFlagsMatcher WithFlags(int32_t flags) { in WithFlags()241 return WithFlagsMatcher(flags); in WithFlags()