/aosp_15_r20/external/python/cpython2/Include/ |
D | descrobject.h | 11 typedef struct PyGetSetDef { struct 17 } PyGetSetDef; argument 61 PyGetSetDef *d_getset; 80 struct PyGetSetDef *);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pytypedefs.h | 15 typedef struct PyGetSetDef PyGetSetDef; typedef
|
D | descrobject.h | 11 struct PyGetSetDef { struct 30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pytypedefs.h | 15 typedef struct PyGetSetDef PyGetSetDef; typedef
|
D | descrobject.h | 11 struct PyGetSetDef { struct 30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pytypedefs.h | 15 typedef struct PyGetSetDef PyGetSetDef; typedef
|
D | descrobject.h | 11 struct PyGetSetDef { struct 30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pytypedefs.h | 15 typedef struct PyGetSetDef PyGetSetDef; typedef
|
D | descrobject.h | 11 struct PyGetSetDef { struct 30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pytypedefs.h | 15 typedef struct PyGetSetDef PyGetSetDef; typedef
|
D | descrobject.h | 11 struct PyGetSetDef { struct 30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 413 static PyGetSetDef Getters[] = { 642 static PyGetSetDef Getters[] = { 979 static PyGetSetDef Getters[] = { 1159 static PyGetSetDef Getters[] = { 1285 static PyGetSetDef Getters[] = { 1460 static PyGetSetDef Getters[] = { 1638 static PyGetSetDef Getters[] = { 1762 static PyGetSetDef Getters[] = { 1887 static PyGetSetDef Getters[] = {
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 413 static PyGetSetDef Getters[] = { 642 static PyGetSetDef Getters[] = { 979 static PyGetSetDef Getters[] = { 1159 static PyGetSetDef Getters[] = { 1285 static PyGetSetDef Getters[] = { 1460 static PyGetSetDef Getters[] = { 1638 static PyGetSetDef Getters[] = { 1762 static PyGetSetDef Getters[] = { 1887 static PyGetSetDef Getters[] = {
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor.c | 584 static PyGetSetDef PyUpb_Descriptor_Getters[] = { 755 static PyGetSetDef PyUpb_EnumDescriptor_Getters[] = { 838 static PyGetSetDef PyUpb_EnumValueDescriptor_Getters[] = { 1037 static PyGetSetDef PyUpb_FieldDescriptor_Getters[] = { 1286 static PyGetSetDef PyUpb_FileDescriptor_Getters[] = { 1399 static PyGetSetDef PyUpb_MethodDescriptor_Getters[] = { 1495 static PyGetSetDef PyUpb_OneofDescriptor_Getters[] = { 1616 static PyGetSetDef PyUpb_ServiceDescriptor_Getters[] = {
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | descrobject.c | 365 static PyGetSetDef method_getset[] = { 380 static PyGetSetDef member_getset[] = { 395 static PyGetSetDef getset_getset[] = { 410 static PyGetSetDef wrapperdescr_getset[] = { 664 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() 1020 static PyGetSetDef wrapper_getsets[] = {
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_cpp_function.h | 85 PyGetSetDef* function_properties, 96 PyGetSetDef* function_properties = nullptr,
|
H A D | python_cpp_function.cpp | 240 static struct PyGetSetDef default_properties[] = { 247 PyGetSetDef* function_properties, in _initFunctionPyTypeObject()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 646 static PyGetSetDef method_getset[] = { 662 static PyGetSetDef member_getset[] = { 677 static PyGetSetDef getset_getset[] = { 695 static PyGetSetDef wrapperdescr_getset[] = { 991 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() 1387 static PyGetSetDef wrapper_getsets[] = { 1851 static PyGetSetDef property_getsetlist[] = {
|
D | classobject.c | 173 static PyGetSetDef method_getset[] = { 393 static PyGetSetDef instancemethod_getset[] = {
|
D | funcobject.c | 562 static PyGetSetDef func_getsetlist[] = { 949 static PyGetSetDef cm_getsetlist[] = { 1147 static PyGetSetDef sm_getsetlist[] = {
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/ |
H A D | init.cpp | 60 PyGetSetDef* function_properties = nullptr, in addClass() 113 static struct PyGetSetDef accumulate_grad_properties[] = {
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | TypeInfo.cpp | 268 static struct PyGetSetDef THPFInfo_properties[] = { 329 static struct PyGetSetDef THPIInfo_properties[] = {
|
/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_functions.cpp | 23 PyGetSetDef* function_properties=NULL, PyMethodDef* function_methods=NULL) in addClass()
|
/aosp_15_r20/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 391 static PyGetSetDef SHA3_getseters[] = { 537 static PyGetSetDef SHAKE_getseters[] = {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | descrobject.h | 51 PyGetSetDef *d_getset;
|