Home
last modified time | relevance | path

Searched refs:_api_version (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.py43 _api_version = _api_implementation.api_version variable
46 _api_version = -1 # Unspecified by compiler flags. variable
49 if _api_version == 1:
51 if _api_version < 0: # Still unspecified?
62 _api_version = 2 variable
66 _api_version = 2 variable
70 'python' if _api_version <= 0 else 'cpp')