Searched refs:PyFieldDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
45 extern PyTypeObject PyFieldDescriptor_Type;
918 PyTypeObject PyFieldDescriptor_Type = { variable955 &PyFieldDescriptor_Type, field_descriptor, NULL); in PyFieldDescriptor_FromDescriptor()959 if (!PyObject_TypeCheck(obj, &PyFieldDescriptor_Type)) { in PyFieldDescriptor_AsDescriptor()1537 if (PyType_Ready(&PyFieldDescriptor_Type) < 0) in InitDescriptor()1540 if (!AddEnumValues(&PyFieldDescriptor_Type, in InitDescriptor()1544 if (!AddEnumValues(&PyFieldDescriptor_Type, in InitDescriptor()1549 &PyFieldDescriptor_Type, #NAME, FieldDescriptor::NAME) in InitDescriptor()
912 if (!PyObject_TypeCheck(extension, &PyFieldDescriptor_Type)) { in CheckAndGetInteger()3038 &PyFieldDescriptor_Type)); in CheckAndGetInteger()