HomeSort by relevance Sort by last modified time
    Searched defs:_IDENTIFIER (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 311 _IDENTIFIER = re.compile('\w+')
390 if not self._IDENTIFIER.match(result):
  /external/protobuf/python/google/protobuf/
text_format.py 308 _IDENTIFIER = re.compile('\w+')
405 if not re.match(self._IDENTIFIER, result):

Completed in 89 milliseconds