Searched defs:matcher1 (Results 1 – 3 of 3) sorted by relevance
31 private final StringMatcher matcher1; field in AndMatcher35 public AndMatcher(StringMatcher matcher1, StringMatcher matcher2) in AndMatcher()
31 private final StringMatcher matcher1; field in OrMatcher35 public OrMatcher(StringMatcher matcher1, StringMatcher matcher2) in OrMatcher()
1259 BothOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in BothOfMatcherImpl()1320 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in BothOfMatcher()1346 EitherOfMatcherImpl(const Matcher<T>& matcher1, const Matcher<T>& matcher2) in EitherOfMatcherImpl()1408 EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2) in EitherOfMatcher()