Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.h118 extern PyObject *ScalarMapContainer_Type;
122 extern PyTypeObject ScalarMapContainer_Type;
Dmap_container.cc405 reinterpret_cast<PyTypeObject *>(ScalarMapContainer_Type), 0)); in NewScalarMapContainer()
407 ScopedPyObjectPtr obj(PyType_GenericAlloc(&ScalarMapContainer_Type, 0)); in NewScalarMapContainer()
557 PyObject *ScalarMapContainer_Type; variable
565 PyTypeObject ScalarMapContainer_Type = { variable
Dmessage.cc2970 ScalarMapContainer_Type = in CheckAndGetInteger()
2972 PyModule_AddObject(m, "ScalarMapContainer", ScalarMapContainer_Type); in CheckAndGetInteger()
2974 ScalarMapContainer_Type.tp_base = in CheckAndGetInteger()
2977 if (PyType_Ready(&ScalarMapContainer_Type) < 0) { in CheckAndGetInteger()
2982 reinterpret_cast<PyObject*>(&ScalarMapContainer_Type)); in CheckAndGetInteger()