Searched refs:ScalarMapContainer_Type (Results 1 – 3 of 3) sorted by relevance
118 extern PyObject *ScalarMapContainer_Type;122 extern PyTypeObject ScalarMapContainer_Type;
405 reinterpret_cast<PyTypeObject *>(ScalarMapContainer_Type), 0)); in NewScalarMapContainer()407 ScopedPyObjectPtr obj(PyType_GenericAlloc(&ScalarMapContainer_Type, 0)); in NewScalarMapContainer()557 PyObject *ScalarMapContainer_Type; variable565 PyTypeObject ScalarMapContainer_Type = { variable
2970 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()