Searched defs:AllOf (Results 1 – 1 of 1) sorted by relevance
945 class AllOf : public MatcherImpl<AllOf<ExpressionT>, ExpressionT> { class948 AllOf() {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf949 AllOf( AllOf const& other ) : m_matchers( other.m_matchers ) {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf1154 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function1159 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function