Searched defs:AppendString (Results 1 – 7 of 7) sorted by relevance
229 bool AppendString(const char* value) { in AppendString() function235 bool AppendString(const char* value, size_t len) { in AppendString() function241 bool AppendString(const std::string& value) { in AppendString() function
46 void AppendString(const std::string& value) { AppendString(value.c_str()); } in AppendString() function
173 void TracedValue::AppendString(const char* value) { in AppendString() function in node::tracing::TracedValue
23 AppendString, enumerator
161 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, int size, in AppendString() function329 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, in AppendString() function
1237 void ListValue::AppendString(std::string_view in_value) { in AppendString() function in base::ListValue1241 void ListValue::AppendString(const std::u16string& in_value) { in AppendString() function in base::ListValue
683 TEST_P(CordRingBuildTest, AppendString) { in TEST_P() argument