Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage_module.cc48 static struct PyModuleDef _module = { variable
70 m = PyModule_Create(&_module); in INITFUNC()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dapi_implementation.cc80 static struct PyModuleDef _module = { variable
101 PyObject *module = PyModule_Create(&_module); in INITFUNC()