OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 267 milliseconds