Searched defs:AppendToString (Results 1 – 6 of 6) sorted by relevance
195 void AppendToString(STRING_TYPE* target) const { in AppendToString() function
74 void AppendToString(const StringPiece& self, std::string* target) { in AppendToString() function
276 void AppendToString(STRING_TYPE* target) const { in AppendToString() function
79 void AppendToString(const StringPiece& self, std::string* target) { in AppendToString() function83 void AppendToString(const StringPiece16& self, string16* target) { in AppendToString() function
272 bool MessageLite::AppendToString(string* output) const { in AppendToString() function in google::protobuf::MessageLite
932 static void AppendToString(StringRef &Old, StringRef New, in AppendToString() function