Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp1802 ExpressionLhs( ResultBuilder& rb, T lhs ) : m_rb( rb ), m_lhs( lhs ), m_truthy(false) {} in ExpressionLhs()
1851 m_truthy = m_lhs ? true : false; in endExpression()
1853 .setResultType( m_truthy ) in endExpression()
1858 dest = Catch::toString( m_truthy ); in reconstructExpression()
1875 bool m_truthy; member in Catch::ExpressionLhs