Home
last modified time | relevance | path

Searched refs:ExprLhs (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_decomposer.h166 class ExprLhs {
169 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function
226 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()
232 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> {
233 return ExprLhs<T const&>{ lhs };
236 auto operator <=( bool value ) -> ExprLhs<bool> {
237 return ExprLhs<bool>{ value };
Dcatch_assertionhandler.h64 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
/external/catch2/single_include/catch2/
Dcatch.hpp2324 class ExprLhs { class
2327 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function in Catch::ExprLhs
2384 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()
2390 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> { in operator <=()
2391 return ExprLhs<T const&>{ lhs }; in operator <=()
2394 auto operator <=( bool value ) -> ExprLhs<bool> { in operator <=()
2395 return ExprLhs<bool>{ value }; in operator <=()
2541 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
/external/libabigail/tests/lib/
Dcatch.hpp2334 class ExprLhs { class
2337 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function in Catch::ExprLhs
2406 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()
2412 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> { in operator <=()
2413 return ExprLhs<T const&>{ lhs }; in operator <=()
2416 auto operator <=( bool value ) -> ExprLhs<bool> { in operator <=()
2417 return ExprLhs<bool>{ value }; in operator <=()
2563 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()