Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc103 static PyObject* PythonMessage_class; variable
211 PyTuple_GET_ITEM(bases, 0) == PythonMessage_class))) { in New()
257 PythonMessage_class, dict)); in New()
260 PythonMessage_class, well_known_class, dict)); in New()
275 reinterpret_cast<PyTypeObject*>(PythonMessage_class)) < 0 || in New()
3102 PythonMessage_class = PyObject_GetAttrString(message_module, "Message"); in InitProto2MessageModule()