Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/third-party/doctest/
H A Ddoctest.h695 const char* m_exception_string; member
4472 m_exception_string = exception_string;
4493 m_failed = !m_threw_as || (m_exception != m_exception_string);
4497 m_failed = m_exception != m_exception_string;
5179 xml.scopedElement("ExpectedExceptionString").writeText(rb.m_exception_string);
5225 << rb.m_exception_string << "\", " << rb.m_exception_type << " ) " << Color::None;
5246 << rb.m_exception_string << "\" ) " << Color::None