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 779 _IDENTIFIER = re.compile(r'\w+')
870 if not self._IDENTIFIER.match(result):
    [all...]

Completed in 82 milliseconds