Home
last modified time | relevance | path

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

/external/protobuf/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.cc2973 ScalarMapContainer_Type = in CheckAndGetInteger()
2975 PyModule_AddObject(m, "ScalarMapContainer", ScalarMapContainer_Type); in CheckAndGetInteger()
2977 ScalarMapContainer_Type.tp_base = in CheckAndGetInteger()
2980 if (PyType_Ready(&ScalarMapContainer_Type) < 0) { in CheckAndGetInteger()
2985 reinterpret_cast<PyObject*>(&ScalarMapContainer_Type)); in CheckAndGetInteger()