Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.h125 extern PyTypeObject MapIterator_Type; // Both map types use the same iterator.
Dmap_container.cc868 ScopedPyObjectPtr obj(PyType_GenericAlloc(&MapIterator_Type, 0)); in GetIterator()
929 PyTypeObject MapIterator_Type = { variable
Dmessage.cc2988 if (PyType_Ready(&MapIterator_Type) < 0) { in CheckAndGetInteger()
2993 reinterpret_cast<PyObject*>(&MapIterator_Type)); in CheckAndGetInteger()