Searched refs:WithKeyActionMatcher (Results 1 – 1 of 1) sorted by relevance
78 class WithKeyActionMatcher {81 explicit WithKeyActionMatcher(int32_t action) : mAction(action) {} in WithKeyActionMatcher() function101 inline WithKeyActionMatcher WithKeyAction(int32_t action) { in WithKeyAction()102 return WithKeyActionMatcher(action); in WithKeyAction()