Searched defs:FlagMatcher (Results 1 – 5 of 5) sorted by relevance
103 struct FlagMatcher { struct110 std::vector<FlagMatcher> FlagMatchers; argument
271 public static class FlagMatcher implements ArgumentMatcher<Integer> { class in ResolverListControllerTest276 public FlagMatcher(int flag, boolean contains) { in FlagMatcher() method in ResolverListControllerTest.FlagMatcher