Searched refs:ExprLhs (Results 1 – 4 of 4) sorted by relevance
166 class ExprLhs {169 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function226 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 };
64 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
2324 class ExprLhs { class2327 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function in Catch::ExprLhs2384 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()
2334 class ExprLhs { class2337 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function in Catch::ExprLhs2406 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()