Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc1399 CEscapeAndAppend(val, &printed); in PrintString()
1980 CEscapeAndAppend(value, &printed); in PrintUnknownFields()