Searched defs:NotMatcher (Results 1 – 2 of 2) sorted by relevance
29 public class NotMatcher implements StringMatcher class34 public NotMatcher(StringMatcher matcher) in NotMatcher() method in NotMatcher
1237 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {} in NotMatcher() function