Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.h46 extern PyTypeObject PyEnumDescriptor_Type;
Ddescriptor.cc1066 PyTypeObject PyEnumDescriptor_Type = { variable
1103 &PyEnumDescriptor_Type, enum_descriptor, NULL); in PyEnumDescriptor_FromDescriptor()
1107 if (!PyObject_TypeCheck(obj, &PyEnumDescriptor_Type)) { in PyEnumDescriptor_AsDescriptor()
1564 if (PyType_Ready(&PyEnumDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3040 &PyEnumDescriptor_Type)); in CheckAndGetInteger()