Searched refs:a_msg (Results 1 – 3 of 3) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-utils.h | 111 #define cr_utils_trace(a_log_level, a_msg) \ argument 118 a_msg) 121 #define cr_utils_trace(a_log_level, a_msg) \ argument 127 a_msg) 137 #define cr_utils_trace_info(a_msg) \ argument 138 cr_utils_trace (G_LOG_LEVEL_INFO, a_msg) 147 #define cr_utils_trace_debug(a_msg) \ argument 148 cr_utils_trace (G_LOG_LEVEL_DEBUG, a_msg) ;
|
D | cr-parser.c | 387 static CRParserError *cr_parser_error_new (const guchar * a_msg, 391 const guchar * a_msg); 405 const guchar * a_msg, 424 cr_parser_error_new (const guchar * a_msg, enum CRStatus a_status) in cr_parser_error_new() argument 437 cr_parser_error_set_msg (result, a_msg); in cr_parser_error_new() 449 cr_parser_error_set_msg (CRParserError * a_this, const guchar * a_msg) in cr_parser_error_set_msg() argument 457 a_this->msg = (guchar *) g_strdup ((const gchar *) a_msg); in cr_parser_error_set_msg() 528 const guchar * a_msg, enum CRStatus a_status) in cr_parser_push_error() argument 536 && a_msg, CR_BAD_PARAM_ERROR); in cr_parser_push_error() 538 error = cr_parser_error_new (a_msg, a_status); in cr_parser_push_error()
|
/third_party/boost/libs/python/doc/ |
D | article.rst | 668 World(std::string a_msg) : msg(a_msg) {}
|