Home
last modified time | relevance | path

Searched defs:AssertionResultData (Results 1 – 5 of 5) 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() argument
845 std::string reconstructedExpression;
846 std::string message;
847 ResultWas::OfType resultType;
/external/catch2/single_include/catch2/
Dcatch.hpp5341 struct AssertionResultData struct
5347 std::string message;
5348 mutable std::string reconstructedExpression;
5349 LazyExpression lazyExpression;
5350 ResultWas::OfType resultType;
8251AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData
/external/libabigail/tests/lib/
Dcatch.hpp5374 struct AssertionResultData struct
5380 std::string message;
5381 mutable std::string reconstructedExpression;
5382 LazyExpression lazyExpression;
5383 ResultWas::OfType resultType;
8306AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData