Home
last modified time | relevance | path

Searched defs:NotMatcher (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/util/
DNotMatcher.java29 public class NotMatcher implements StringMatcher class
34 public NotMatcher(StringMatcher matcher) in NotMatcher() method in NotMatcher
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1237 explicit NotMatcher(InnerMatcher matcher) : matcher_(matcher) {} in NotMatcher() function