Searched defs:AppendToString (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc272 bool MessageLite::AppendToString(string* output) const { function in class:google::protobuf::MessageLite
292 return AppendToString(output);
322 if (!AppendToString(&output))
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp942 static void AppendToString(StringRef &Old, StringRef New, function
968 AppendToString(Result, C->Text, Buffer);

Completed in 221 milliseconds