Home
last modified time | relevance | path

Searched defs:AllOf (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp945 class AllOf : public MatcherImpl<AllOf<ExpressionT>, ExpressionT> { class
948 AllOf() {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf
949 AllOf( AllOf const& other ) : m_matchers( other.m_matchers ) {} in AllOf() function in Catch::Matchers::Impl::Generic::AllOf
1154 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function
1159 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() function