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.py63 self.assertEquals(unescaped, text_encoding.CUnescape(escaped))
64 self.assertEquals(unescaped, text_encoding.CUnescape(escaped_utf8))
/external/protobuf/python/google/protobuf/
Dtext_encoding.py89 def CUnescape(text): function
Ddescriptor_pool.py559 field_desc.default_value = text_encoding.CUnescape(
Dtext_format.py702 result = text_encoding.CUnescape(text[1:-1])