Home
last modified time | relevance | path

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

/external/armnn/delegate/third-party/doctest/
Ddoctest.h672 const char* m_exception_string; member
4139 m_exception_string = exception_string;
4160 m_failed = !m_threw_as || (m_exception != m_exception_string);
4164 m_failed = m_exception != m_exception_string;
4844 xml.scopedElement("ExpectedExceptionString").writeText(rb.m_exception_string);
4890 << rb.m_exception_string << "\", " << rb.m_exception_type << " ) " << Color::None;
4911 << rb.m_exception_string << "\" ) " << Color::None