Searched refs:MatcherBase (Results 1 – 2 of 2) sorted by relevance
286 class MatcherBase {324 MatcherBase() {} in MatcherBase() function327 explicit MatcherBase( in MatcherBase() function332 explicit MatcherBase(339 virtual ~MatcherBase() {} in ~MatcherBase()366 class Matcher : public internal::MatcherBase<T> {375 : internal::MatcherBase<T>(impl) {} in Matcher()381 : internal::MatcherBase<T>(impl) {}416 : public internal::MatcherBase<std::string> {466 : public internal::MatcherBase< ::string> {[all …]
3242 struct MatchAllOf : MatcherBase<ArgT> {3274 struct MatchAnyOf : MatcherBase<ArgT> {3308 struct MatchNotOf : MatcherBase<ArgT> {3323 MatchAllOf<T> MatcherBase<T>::operator && ( MatcherBase const& other ) const { in operator &&()3327 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const { in operator ||()3340 using Matchers::Impl::MatcherBase;3381 struct WithinAbsMatcher : MatcherBase<double> {3390 struct WithinUlpsMatcher : MatcherBase<double> {3406 struct WithinRelMatcher : MatcherBase<double> {3447 class PredicateMatcher : public MatcherBase<T> {[all …]