Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionresult.h20 struct AssertionResultData struct
37 AssertionResult( AssertionInfo const& info, AssertionResultData const& data ); argument
Dcatch_assertionresult.cpp12AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData
/external/bcc/tests/cc/
Dcatch.hpp841 struct AssertionResultData struct
843 AssertionResultData() : resultType( ResultWas::Unknown ) {} in AssertionResultData() function
845 std::string reconstructedExpression;
846 std::string message;
847 ResultWas::OfType resultType;
/external/catch2/single_include/catch2/
Dcatch.hpp4755 struct AssertionResultData struct
4761 std::string message;
4762 mutable std::string reconstructedExpression;
4763 LazyExpression lazyExpression;
4764 ResultWas::OfType resultType;
6361AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData