Home
last modified time | relevance | path

Searched refs:PyGetSetDef (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/python/Include/
H A Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef
H A Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *);
/third_party/python/Include/cpython/
H A Ddescrobject.h51 PyGetSetDef *d_getset;
H A Dobject.h206 PyGetSetDef *tp_getset;
/third_party/python/Doc/includes/
H A Dtypestruct.h59 struct PyGetSetDef *tp_getset;
H A Dcustom4.c139 static PyGetSetDef Custom_getsetters[] = {
H A Dcustom3.c127 static PyGetSetDef Custom_getsetters[] = {
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc81 static PyGetSetDef Getters[] = {
H A 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[] = {
H A Dmessage_factory.cc244 static PyGetSetDef Getters[] = {
H A Dunknown_fields.cc306 static PyGetSetDef Getters[] = {
/third_party/python/Objects/
H A Dcellobject.c151 static PyGetSetDef cell_getsetlist[] = {
H A 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[] = {
H A Dclassobject.c173 static PyGetSetDef method_getset[] = {
393 static PyGetSetDef instancemethod_getset[] = {
H A Dfuncobject.c562 static PyGetSetDef func_getsetlist[] = {
949 static PyGetSetDef cm_getsetlist[] = {
1147 static PyGetSetDef sm_getsetlist[] = {
H A Dfileobject.c423 static PyGetSetDef stdprinter_getsetlist[] = {
H A Dunionobject.c333 static PyGetSetDef union_properties[] = {
H A Dmethodobject.c267 static PyGetSetDef meth_getsets [] = {
/third_party/python/Modules/
H A Dxxsubtype.c97 static PyGetSetDef spamlist_getsets[] = {
H A Dxxlimited.c264 static PyGetSetDef Xxo_getsetlist[] = {
H A D_hashopenssl.c638 static PyGetSetDef EVP_getseters[] = {
812 static PyGetSetDef EVPXOF_getseters[] = {
1790 static PyGetSetDef HMAC_getset[] = {
/third_party/python/Modules/_sha3/
H A Dsha3module.c391 static PyGetSetDef SHA3_getseters[] = {
537 static PyGetSetDef SHAKE_getseters[] = {
/third_party/python/Modules/_blake2/
H A Dblake2s_impl.c373 static PyGetSetDef py_blake2s_getsetters[] = {
H A Dblake2b_impl.c373 static PyGetSetDef py_blake2b_getsetters[] = {
/third_party/python/Modules/_io/
H A Dbufferedio.c2407 static PyGetSetDef bufferedreader_getset[] = {
2493 static PyGetSetDef bufferedwriter_getset[] = {
2573 static PyGetSetDef bufferedrwpair_getset[] = {
2664 static PyGetSetDef bufferedrandom_getset[] = {

Completed in 38 milliseconds

1234