Searched refs:PyFieldDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
45 extern PyTypeObject PyFieldDescriptor_Type;
923 PyTypeObject PyFieldDescriptor_Type = { variable960 &PyFieldDescriptor_Type, field_descriptor, NULL); in PyFieldDescriptor_FromDescriptor()964 if (!PyObject_TypeCheck(obj, &PyFieldDescriptor_Type)) { in PyFieldDescriptor_AsDescriptor()1792 if (PyType_Ready(&PyFieldDescriptor_Type) < 0) in InitDescriptor()1795 if (!AddEnumValues(&PyFieldDescriptor_Type, in InitDescriptor()1799 if (!AddEnumValues(&PyFieldDescriptor_Type, in InitDescriptor()1804 &PyFieldDescriptor_Type, #NAME, FieldDescriptor::NAME) in InitDescriptor()
912 if (!PyObject_TypeCheck(extension, &PyFieldDescriptor_Type)) { in CheckAndGetInteger()3035 &PyFieldDescriptor_Type)); in CheckAndGetInteger()