Home
last modified time | relevance | path

Searched defs:AppendCharacter (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dlog-utils.cc173 void Log::MessageBuilder::AppendCharacter(char c) { in AppendCharacter() function in v8::internal::Log::MessageBuilder
/third_party/node/deps/v8/src/strings/
Dstring-builder-inl.h125 V8_INLINE void AppendCharacter(uint8_t c) { in AppendCharacter() function