Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/doctest/
Ddoctest.h693 const char* m_exception_string; member
4470 m_exception_string = exception_string;
4491 m_failed = !m_threw_as || (m_exception != m_exception_string);
4495 m_failed = m_exception != m_exception_string;
5177 xml.scopedElement("ExpectedExceptionString").writeText(rb.m_exception_string);
5223 << rb.m_exception_string << "\", " << rb.m_exception_type << " ) " << Color::None;
5244 << rb.m_exception_string << "\" ) " << Color::None