Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1243 ResultBuilder& setLhs( std::string const& lhs );
1848 .setLhs( Catch::toString( value ) ) in endExpression()
1867 .setLhs( Catch::toString( m_lhs ) ) in captureExpression()
2161 .setLhs( Catch::toString( arg ) ) \
8179 ResultBuilder& ResultBuilder::setLhs( std::string const& lhs ) { in setLhs() function in Catch::ResultBuilder