Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.h46 extern PyTypeObject PyEnumDescriptor_Type;
Ddescriptor.cc1071 PyTypeObject PyEnumDescriptor_Type = { variable
1108 &PyEnumDescriptor_Type, enum_descriptor, NULL); in PyEnumDescriptor_FromDescriptor()
1112 if (!PyObject_TypeCheck(obj, &PyEnumDescriptor_Type)) { in PyEnumDescriptor_AsDescriptor()
1819 if (PyType_Ready(&PyEnumDescriptor_Type) < 0) in InitDescriptor()
Dmessage.cc3037 &PyEnumDescriptor_Type)); in CheckAndGetInteger()