Searched defs:AppendString (Results 1 – 6 of 6) sorted by relevance
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