Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5384 struct AssertionResultData struct
5390 std::string message;
5391 mutable std::string reconstructedExpression;
5392 LazyExpression lazyExpression;
5393 ResultWas::OfType resultType;
8295AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() function in Catch::AssertionResultData