Home
last modified time | relevance | path

Searched refs:PyGetSetDef (Results 1 – 25 of 210) sorted by relevance

123456789

/aosp_15_r20/external/python/cpython2/Include/
Ddescrobject.h11 typedef struct PyGetSetDef { struct
17 } PyGetSetDef; argument
61 PyGetSetDef *d_getset;
80 struct PyGetSetDef *);
/aosp_15_r20/external/python/cpython3/Include/
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
Ddescrobject.h11 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/
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
Ddescrobject.h11 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/
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
Ddescrobject.h11 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/
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
Ddescrobject.h11 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/
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
Ddescrobject.h11 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 Ddescriptor.cc413 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 Ddescriptor.cc413 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/
Ddescriptor.c584 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/
Ddescrobject.c365 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 Dpython_cpp_function.h85 PyGetSetDef* function_properties,
96 PyGetSetDef* function_properties = nullptr,
H A Dpython_cpp_function.cpp240 static struct PyGetSetDef default_properties[] = {
247 PyGetSetDef* function_properties, in _initFunctionPyTypeObject()
/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c646 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[] = {
Dclassobject.c173 static PyGetSetDef method_getset[] = {
393 static PyGetSetDef instancemethod_getset[] = {
Dfuncobject.c562 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 Dinit.cpp60 PyGetSetDef* function_properties = nullptr, in addClass()
113 static struct PyGetSetDef accumulate_grad_properties[] = {
/aosp_15_r20/external/pytorch/torch/csrc/
H A DTypeInfo.cpp268 static struct PyGetSetDef THPFInfo_properties[] = {
329 static struct PyGetSetDef THPIInfo_properties[] = {
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_functions.cpp23 PyGetSetDef* function_properties=NULL, PyMethodDef* function_methods=NULL) in addClass()
/aosp_15_r20/external/python/cpython3/Modules/_sha3/
Dsha3module.c391 static PyGetSetDef SHA3_getseters[] = {
537 static PyGetSetDef SHAKE_getseters[] = {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Ddescrobject.h51 PyGetSetDef *d_getset;

123456789