OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_api_implementation
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/python/google/protobuf/internal/
api_implementation.py
39
from google.protobuf.internal import
_api_implementation
namespace
40
# The compile-time constants in the
_api_implementation
module can be used to
42
_api_version =
_api_implementation
.api_version
43
del
_api_implementation
54
#
_api_implementation
module. Right now only 'python' and 'cpp' are valid
64
#
_api_implementation
module. Right now only 1 and 2 are valid values. Any other
api_implementation.cc
80
static const char* kModuleName = "
_api_implementation
";
82
"
_api_implementation
is a module that exposes compile-time constants that\n"
Completed in 61 milliseconds