Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStringMatcher.h35 virtual bool match(const std::string & testValue) { return true; } in match()
51 virtual bool match(const std::string & testValue) in match()
H A DGlobMatcher.cpp22 bool GlobMatcher::match(const std::string & testValue) in match()
H A DExcludesListMatcher.cpp38 bool ExcludesListMatcher::match(const std::string & testValue) in match()