Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.h116 extern PyObject *MessageMapContainer_Type;
121 extern PyTypeObject MessageMapContainer_Type;
Dmap_container.cc648 reinterpret_cast<PyTypeObject *>(MessageMapContainer_Type), 0); in NewMessageMapContainer()
650 PyObject* obj = PyType_GenericAlloc(&MessageMapContainer_Type, 0); in NewMessageMapContainer()
811 PyObject *MessageMapContainer_Type; variable
819 PyTypeObject MessageMapContainer_Type = { variable
Dmessage.cc2997 MessageMapContainer_Type = in CheckAndGetInteger()
2999 PyModule_AddObject(m, "MessageMapContainer", MessageMapContainer_Type); in CheckAndGetInteger()
3002 MessageMapContainer_Type.tp_base = in CheckAndGetInteger()
3005 if (PyType_Ready(&MessageMapContainer_Type) < 0) { in CheckAndGetInteger()
3010 reinterpret_cast<PyObject*>(&MessageMapContainer_Type)); in CheckAndGetInteger()