Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h334 LIBPROTOBUF_EXPORT string Utf8SafeCEscape(const string& src);
Dstrutil.cc606 string Utf8SafeCEscape(const string& src) { in Utf8SafeCEscape() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc1451 return StrCat("\"", strings::Utf8SafeCEscape(val), "\""); in PrintString()