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

  /external/chromium_org/third_party/protobuf/python/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

Completed in 386 milliseconds