Searched refs:AppendRawFormatString (Results 1 – 2 of 2) sorted by relevance
104 AppendRawFormatString("\\u%04x", c & 0xFFFF); in AppendString()142 AppendRawFormatString("\\x2C"); in AppendCharacter()144 AppendRawFormatString("\\\\"); in AppendCharacter()151 AppendRawFormatString("\\n"); in AppendCharacter()154 AppendRawFormatString("\\x%02x", c & 0xFF); in AppendCharacter()198 void Log::MessageBuilder::AppendRawFormatString(const char* format, ...) { in AppendRawFormatString() function in v8::internal::Log::MessageBuilder
96 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);