Home
last modified time | relevance | path

Searched refs:testValue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStringMatcher.h25 virtual bool match(const std::string & testValue)=0;
35 virtual bool match(const std::string & testValue) { return true; } in match() argument
51 virtual bool match(const std::string & testValue) in match() argument
53 return testValue == m_value; in match()
H A DExcludesListMatcher.cpp38 bool ExcludesListMatcher::match(const std::string & testValue) in match() argument
56 bool didItemMatch = globMatch(testValue.c_str(), item.m_glob.c_str()); in match()
H A DGlobMatcher.cpp22 bool GlobMatcher::match(const std::string & testValue) in match() argument
24 return globMatch(testValue.c_str(), m_pattern.c_str()); in match()
H A DGlobMatcher.h48 virtual bool match(const std::string & testValue);
H A DExcludesListMatcher.h51 virtual bool match(const std::string & testValue);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d558 void testFwdRange(R, T)(R fwdRange, T testValue)
561 assert(fwdRange.front == testValue);
569 assert(saved.front == testValue);
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d559 void testFwdRange(R, T)(R fwdRange, T testValue)
562 assert(fwdRange.front == testValue);
570 assert(saved.front == testValue);