Searched refs:m_msg (Results 1 – 14 of 14) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Exception.tests.cpp | 45 : m_msg( msg ) in CustomException() 49 return m_msg; in getMessage() 53 std::string m_msg; member in __anon969a3dc60111::ExceptionTests::CustomException 59 : m_msg( msg ) in CustomStdException() 64 return m_msg; in getMessage() 68 std::string m_msg; member in __anon969a3dc60111::ExceptionTests::CustomStdException
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_EncoderContext.cpp | 43 m_msg = std::move(sb); in CBC_EncoderContext() 44 m_codewords.Reserve(m_msg.GetLength()); in CBC_EncoderContext() 53 return m_msg[m_pos]; in getCurrentChar() 56 return m_msg[m_pos]; in getCurrent() 106 return m_msg.GetLength() - m_skipAtEnd; in getTotalMessageCharCount()
|
D | BC_ASCIIEncoder.cpp | 68 size_t n = DetermineConsecutiveDigitCount(context->m_msg, context->m_pos); in Encode() 71 context->m_msg[context->m_pos], context->m_msg[context->m_pos + 1]); in Encode() 82 context->m_msg, context->m_pos, GetEncodingMode()); in Encode()
|
D | BC_EncoderContext.h | 39 WideString m_msg; variable
|
D | BC_Base256Encoder.cpp | 59 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
|
D | BC_X12Encoder.cpp | 53 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
|
D | BC_EdifactEncoder.cpp | 144 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
|
D | BC_C40Encoder.cpp | 90 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_debug.cpp | 125 m_msg(msg) in SfnTrace() 128 << "BEGIN: " << m_msg << "\n"; in SfnTrace() 134 << "END: " << m_msg << "\n"; in ~SfnTrace()
|
D | sfn_debug.h | 107 const char *m_msg; variable
|
/external/catch2/include/internal/ |
D | catch_generators.cpp | 20 return m_msg; in what()
|
D | catch_generators.hpp | 24 const char* const m_msg = ""; member in Catch::GeneratorException 28 m_msg(msg) in GeneratorException()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3892 const char* const m_msg = ""; member in Catch::GeneratorException 3896 m_msg(msg) in GeneratorException() 10850 return m_msg; in what()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 3916 const char* const m_msg = ""; member in Catch::GeneratorException 3920 m_msg(msg) in GeneratorException() 10912 return m_msg; in what()
|