Searched defs:AppendString (Results 1 – 12 of 12) sorted by relevance
43 void AppendString(const std::string& value) { AppendString(value.c_str()); } in AppendString() function
135 void TracedValue::AppendString(const char* value) { in AppendString() function in v8::tracing::TracedValue
29 void AppendString(const ByteString& str) { in AppendString() function
103 void IncrementalStringBuilder::AppendString(Handle<String> string) { in AppendString() function in v8::internal::IncrementalStringBuilder
86 void AppendString(String* str) { in AppendString() function in v8::internal::CodeEventLogger::NameBuffer
68 void Message::AppendString(uint32_t field_id, const char* str) { in AppendString() function in protozero::Message
86 void AppendString(const char field_name[], const string& value) { in AppendString() function
98 static int AppendString(char **buff, const char *buff_end, int precision, in AppendString() function
161 void JSONParser::StringBuilder::AppendString(const char* str, size_t len) { in AppendString() function in base::internal::JSONParser::StringBuilder
214 void TracedValue::AppendString(base::StringPiece value) { in AppendString() function in base::trace_event::TracedValue
1272 void ListValue::AppendString(StringPiece in_value) { in AppendString() function in base::ListValue1276 void ListValue::AppendString(const string16& in_value) { in AppendString() function in base::ListValue
506 void MessageWriter::AppendString(const std::string& value) { in AppendString() function in dbus::MessageWriter