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.cc97 static PyObject* PythonMessage_class; variable
229 PyTuple_GET_ITEM(bases, 0) == PythonMessage_class))) { in New()
269 PythonMessage_class, dict)); in New()
272 PythonMessage_class, well_known_class, dict)); in New()
287 reinterpret_cast<PyTypeObject*>(PythonMessage_class)) < 0 || in New()
3064 PythonMessage_class = PyObject_GetAttrString(message_module, "Message"); in CheckAndGetInteger()