Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h334 LIBPROTOBUF_EXPORT string Utf8SafeCEscape(const string& src);
Dstrutil.cc606 string Utf8SafeCEscape(const string& src) { in Utf8SafeCEscape() function
/external/protobuf/src/google/protobuf/
Dtext_format.cc1419 return StrCat("\"", strings::Utf8SafeCEscape(val), "\""); in PrintString()