Home
last modified time | relevance | path

Searched refs:_QUOTES (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py69 _QUOTES = frozenset(("'", '"')) variable
940 r'{qt}([^{qt}\n\\]|\\.)*({qt}|\\?$)'.format(qt=mark) for mark in _QUOTES
1169 while self.token and self.token[0] in _QUOTES:
1186 if len(text) < 1 or text[0] not in _QUOTES:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtext_format_test.py69 for quote in text_format._QUOTES: