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

  /external/nanopb-c/generator/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 475 _IDENTIFIER = re.compile(r'\w+')
556 if not self._IDENTIFIER.match(result):

Completed in 495 milliseconds