Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cc2985 if (PyType_Ready(&MapIterator_Type) < 0) { in CheckAndGetInteger()
2990 reinterpret_cast<PyObject*>(&MapIterator_Type)); in CheckAndGetInteger()