Searched refs:testValue (Results 1 – 7 of 7) sorted by relevance
25 virtual bool match(const std::string & testValue)=0;35 virtual bool match(const std::string & testValue) { return true; } in match() argument51 virtual bool match(const std::string & testValue) in match() argument53 return testValue == m_value; in match()
38 bool ExcludesListMatcher::match(const std::string & testValue) in match() argument56 bool didItemMatch = globMatch(testValue.c_str(), item.m_glob.c_str()); in match()
22 bool GlobMatcher::match(const std::string & testValue) in match() argument24 return globMatch(testValue.c_str(), m_pattern.c_str()); in match()
48 virtual bool match(const std::string & testValue);
51 virtual bool match(const std::string & testValue);
558 void testFwdRange(R, T)(R fwdRange, T testValue)561 assert(fwdRange.front == testValue);569 assert(saved.front == testValue);
559 void testFwdRange(R, T)(R fwdRange, T testValue)562 assert(fwdRange.front == testValue);570 assert(saved.front == testValue);