Searched refs:PyObject_Length (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Include/
H A Dabstract.h432 #undef PyObject_Length macro
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
434 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Include/
H A Dabstract.h498 #undef PyObject_Length macro
499 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
500 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Objects/
H A Dabstract.c61 #undef PyObject_Length macro
63 PyObject_Length(PyObject *o) function
67 #define PyObject_Length PyObject_Size macro
88 res = PyObject_Length(o);
H A Dweakrefobject.c565 return PyObject_Length(PyWeakref_GET_OBJECT(proxy));
H A Dodictobject.c970 Py_ssize_t dict_len = PyObject_Length(dict);
1633 Py_ssize_t len = PyObject_Length(args);
H A Dexceptions.c2764 PyObject_Length(*dictptr) > 0) {
/external/python/cpython2/Objects/
H A Dabstract.c77 #undef PyObject_Length macro
79 PyObject_Length(PyObject *o) function
83 #define PyObject_Length PyObject_Size macro
H A Dweakrefobject.c580 return PyObject_Length(PyWeakref_GET_OBJECT(proxy));
/external/python/cpython2/Parser/
H A Dtokenizer.c580 return PyObject_Length(buf) == 0;
/external/python/cpython3/Parser/
H A Dtokenizer.c661 return PyObject_Length(buf) == 0;
/external/python/cpython2/Modules/
H A D_sre.c1739 size = PyObject_Length(string);
H A D_bsddb.c2259 length = PyObject_Length(cursorsObj);

Completed in 282 milliseconds