Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.h47 extern PyTypeObject PyEnumValueDescriptor_Type;
Ddescriptor.cc1185 PyTypeObject PyEnumValueDescriptor_Type = { variable
1222 &PyEnumValueDescriptor_Type, enumvalue_descriptor, NULL); in PyEnumValueDescriptor_FromDescriptor()
1822 if (PyType_Ready(&PyEnumValueDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3039 &PyEnumValueDescriptor_Type)); in CheckAndGetInteger()