Searched refs:PyOneofDescriptor_Type (Results 1 – 3 of 3) sorted by relevance
49 extern PyTypeObject PyOneofDescriptor_Type;
1506 PyTypeObject PyOneofDescriptor_Type = { variable1543 &PyOneofDescriptor_Type, oneof_descriptor, NULL); in PyOneofDescriptor_FromDescriptor()1828 if (PyType_Ready(&PyOneofDescriptor_Type) < 0) in InitDescriptor()
3043 &PyOneofDescriptor_Type)); in CheckAndGetInteger()