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

  /external/nanopb-c/generator/google/protobuf/internal/
api_implementation.py 42 _implementation_type = os.getenv('PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION', variable
46 if _implementation_type != 'python':
50 _implementation_type = 'cpp' variable
54 # _implementation_type = 'cpp'
56 # _implementation_type = 'python'
83 return _implementation_type
  /external/protobuf/python/google/protobuf/internal/
api_implementation.py 56 _implementation_type = os.getenv('PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION', variable
59 if _implementation_type != 'python':
60 _implementation_type = 'cpp' variable
84 return _implementation_type

Completed in 2721 milliseconds