Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.h47 extern PyTypeObject PyEnumValueDescriptor_Type;
Ddescriptor.cc1180 PyTypeObject PyEnumValueDescriptor_Type = { variable
1217 &PyEnumValueDescriptor_Type, enumvalue_descriptor, NULL); in PyEnumValueDescriptor_FromDescriptor()
1567 if (PyType_Ready(&PyEnumValueDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3042 &PyEnumValueDescriptor_Type)); in CheckAndGetInteger()