Searched defs:format_message (Results 1 – 8 of 8) sorted by relevance
9 void format_message(char *buffer, union U *u) { in format_message() function
156 format_message(j_common_ptr cinfo, char *buffer) in format_message() function
734 void (*format_message) (j_common_ptr cinfo, char *buffer); member
47 static void format_message(char *msg, int new) in format_message() function
193 const std::string format_message = entry.FormatLogMessage(); in TEST() local
191 const std::string format_message = entry.FormatLogMessage(); in TEST() local
1735 std::string format_message(int id, const char* format, const Args&... args) { in format_message() function