Home
last modified time | relevance | path

Searched defs:CEscape (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dtext_encoding.py58 def CEscape(text, as_utf8): function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_test.cc37 TEST(CEscape, EscapeAndUnescape) { in TEST() argument
102 TEST(CEscape, BasicEscaping) { in TEST() argument
Descaping.cc854 std::string CEscape(absl::string_view src) { in CEscape() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc596 string CEscape(const string& src) { in CEscape() function