Home
last modified time | relevance | path

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

1234567

/external/python/cpython2/Include/
Ddescrobject.h11 typedef struct PyGetSetDef { struct
17 } PyGetSetDef; typedef
61 PyGetSetDef *d_getset;
80 struct PyGetSetDef *);
/external/python/cpython3/Include/
Ddescrobject.h11 typedef struct PyGetSetDef { struct
17 } PyGetSetDef; argument
66 PyGetSetDef *d_getset;
92 struct PyGetSetDef *);
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc417 static PyGetSetDef Getters[] = {
643 static PyGetSetDef Getters[] = {
963 static PyGetSetDef Getters[] = {
1137 static PyGetSetDef Getters[] = {
1258 static PyGetSetDef Getters[] = {
1424 static PyGetSetDef Getters[] = {
1592 static PyGetSetDef Getters[] = {
1711 static PyGetSetDef Getters[] = {
1824 static PyGetSetDef Getters[] = {
Dfield.cc81 static PyGetSetDef Getters[] = {
Dunknown_fields.cc306 static PyGetSetDef Getters[] = {
Dmessage_factory.cc244 static PyGetSetDef Getters[] = {
/external/python/cpython2/Doc/includes/
Dtypestruct.h59 struct PyGetSetDef *tp_getset;
Dnoddy3.c135 static PyGetSetDef Noddy_getseters[] = {
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv35 Python/Python-ast.c - ast_type_getsets variable static PyGetSetDef ast_type_getsets[]
46 Objects/genobject.c - async_gen_getsetlist variable static PyGetSetDef async_gen_getsetlist[]
70 Objects/exceptions.c - BaseException_getset variable static PyGetSetDef BaseException_getset[]
90 Modules/_io/bufferedio.c - bufferedrandom_getset variable static PyGetSetDef bufferedrandom_getset[]
93 Modules/_io/bufferedio.c - bufferedreader_getset variable static PyGetSetDef bufferedreader_getset[]
96 Modules/_io/bufferedio.c - bufferedrwpair_getset variable static PyGetSetDef bufferedrwpair_getset[]
98 Modules/_io/bufferedio.c - bufferedwriter_getset variable static PyGetSetDef bufferedwriter_getset[]
117 Modules/_io/bytesio.c - bytesio_getsetlist variable static PyGetSetDef bytesio_getsetlist[]
124 Objects/cellobject.c - cell_getsetlist variable static PyGetSetDef cell_getsetlist[]
131 Objects/funcobject.c - cm_getsetlist variable static PyGetSetDef cm_getsetlist[]
[all …]
/external/python/cpython3/Doc/includes/
Dtypestruct.h57 struct PyGetSetDef *tp_getset;
Dcustom3.c127 static PyGetSetDef Custom_getsetters[] = {
Dcustom4.c139 static PyGetSetDef Custom_getsetters[] = {
/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[] = {
Dcellobject.c109 static PyGetSetDef cell_getsetlist[] = {
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst18 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst19 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
/external/python/cpython3/Objects/
Ddescrobject.c628 static PyGetSetDef method_getset[] = {
644 static PyGetSetDef member_getset[] = {
659 static PyGetSetDef getset_getset[] = {
677 static PyGetSetDef wrapperdescr_getset[] = {
973 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet()
1370 static PyGetSetDef wrapper_getsets[] = {
1756 static PyGetSetDef property_getsetlist[] = {
Dcellobject.c151 static PyGetSetDef cell_getsetlist[] = {
Dfuncobject.c450 static PyGetSetDef func_getsetlist[] = {
783 static PyGetSetDef cm_getsetlist[] = {
965 static PyGetSetDef sm_getsetlist[] = {
Dclassobject.c171 static PyGetSetDef method_getset[] = {
419 static PyGetSetDef instancemethod_getset[] = {
/external/python/cpython2/Modules/
Dxxsubtype.c97 static PyGetSetDef spamlist_getsets[] = {
Dmd5module.c184 static PyGetSetDef md5_getseters[] = {
/external/python/cpython3/Modules/
Dxxsubtype.c97 static PyGetSetDef spamlist_getsets[] = {
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c371 static PyGetSetDef py_blake2s_getsetters[] = {
Dblake2b_impl.c371 static PyGetSetDef py_blake2b_getsetters[] = {

1234567