Searched refs:AppendRawFormatString (Results 1 – 2 of 2) sorted by relevance
124 AppendRawFormatString("\\u%04x", c & 0xFFFF); in AppendString()170 AppendRawFormatString("\\u%02x%02x", c1 & 0xFF, c2 & 0xFF); in AppendTwoByteCharacter()177 AppendRawFormatString("\\x2C"); in AppendCharacter()179 AppendRawFormatString("\\\\"); in AppendCharacter()186 AppendRawFormatString("\\n"); in AppendCharacter()189 AppendRawFormatString("\\x%02x", c & 0xFF); in AppendCharacter()233 void Log::MessageBuilder::AppendRawFormatString(const char* format, ...) { in AppendRawFormatString() function in v8::internal::Log::MessageBuilder
97 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);