Home
last modified time | relevance | path

Searched refs:CEscapeAndAppend (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h330 LIBPROTOBUF_EXPORT void CEscapeAndAppend(StringPiece src, string* dest);
Dstrutil.cc564 void CEscapeAndAppend(StringPiece src, string* dest) { in CEscapeAndAppend() function
600 CEscapeAndAppend(src, &dest); in CEscape()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1367 CEscapeAndAppend(val, &printed); in PrintString()
1948 CEscapeAndAppend(value, &printed); in PrintUnknownFields()