Home
last modified time | relevance | path

Searched refs:CUnescape (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtext_encoding_test.py67 self.assertEqual(unescaped, text_encoding.CUnescape(escaped))
68 self.assertEqual(unescaped, text_encoding.CUnescape(escaped_utf8))
/external/protobuf/python/google/protobuf/
Dtext_encoding.py87 def CUnescape(text): function
Ddescriptor_pool.py640 field_desc.default_value = text_encoding.CUnescape(
Dtext_format.py1048 result = text_encoding.CUnescape(text[1:-1])