Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DException.tests.cpp45 : 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/
DBC_EncoderContext.cpp43 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()
DBC_ASCIIEncoder.cpp68 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()
DBC_EncoderContext.h39 WideString m_msg; variable
DBC_Base256Encoder.cpp59 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
DBC_X12Encoder.cpp53 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
DBC_EdifactEncoder.cpp144 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
DBC_C40Encoder.cpp90 CBC_HighLevelEncoder::LookAheadTest(context->m_msg, context->m_pos, in Encode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.cpp125 m_msg(msg) in SfnTrace()
128 << "BEGIN: " << m_msg << "\n"; in SfnTrace()
134 << "END: " << m_msg << "\n"; in ~SfnTrace()
Dsfn_debug.h107 const char *m_msg; variable
/external/catch2/include/internal/
Dcatch_generators.cpp20 return m_msg; in what()
Dcatch_generators.hpp24 const char* const m_msg = ""; member in Catch::GeneratorException
28 m_msg(msg) in GeneratorException()
/external/catch2/single_include/catch2/
Dcatch.hpp3892 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/
Dcatch.hpp3916 const char* const m_msg = ""; member in Catch::GeneratorException
3920 m_msg(msg) in GeneratorException()
10912 return m_msg; in what()