Searched refs:MapIterator_Type (Results 1 – 3 of 3) sorted by relevance
125 extern PyTypeObject MapIterator_Type; // Both map types use the same iterator.
868 ScopedPyObjectPtr obj(PyType_GenericAlloc(&MapIterator_Type, 0)); in GetIterator()929 PyTypeObject MapIterator_Type = { variable
2988 if (PyType_Ready(&MapIterator_Type) < 0) { in CheckAndGetInteger()2993 reinterpret_cast<PyObject*>(&MapIterator_Type)); in CheckAndGetInteger()