Searched refs:CFPMatcher (Results 1 – 3 of 3) sorted by relevance
65 template <typename T, TestCond Condition> class CFPMatcher : public Matcher<T> {76 CFPMatcher(T expectedValue) : expected(expectedValue) {} in CFPMatcher() function166 CFPMatcher<T, C> getMatcherComplex(T expectedValue) { in getMatcherComplex()167 return CFPMatcher<T, C>(expectedValue); in getMatcherComplex()
64 template <typename T, TestCond Condition> class CFPMatcher : public Matcher<T> {75 CFPMatcher(T expectedValue) : expected(expectedValue) {} in CFPMatcher() function165 CFPMatcher<T, C> getMatcherComplex(T expectedValue) { in getMatcherComplex()166 return CFPMatcher<T, C>(expectedValue); in getMatcherComplex()