Home
last modified time | relevance | path

Searched refs:PyObject_Length (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Include/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/external/python/cpython2/Include/
Dabstract.h432 #undef PyObject_Length
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
434 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Python/
Dpystrhex.c15 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
Dceval.c3855 Py_ssize_t len_i = PyObject_Length(TOP()); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Modules/
Dxxlimited.c183 if (kwnames != NULL && PyObject_Length(kwnames)) { in Xxo_demo()
/external/python/cpython2/PC/os2vacpp/
Dpython.def319 PyObject_Length
/external/python/cpython3/Objects/
Dabstract.c70 #undef PyObject_Length
72 PyObject_Length(PyObject *o) in PyObject_Length() function
76 #define PyObject_Length PyObject_Size macro
97 res = PyObject_Length(o); in PyObject_LengthHint()
Dodictobject.c960 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()
1573 Py_ssize_t len = PyObject_Length(args); in odict_init()
Dweakrefobject.c614 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
/external/python/cpython2/Objects/
Dabstract.c77 #undef PyObject_Length
79 PyObject_Length(PyObject *o) in PyObject_Length() function
83 #define PyObject_Length PyObject_Size macro
Dweakrefobject.c582 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
/external/python/cpython2/PC/os2emx/
Dpython27.def124 "PyObject_Length"
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx3602 argc = (int)PyObject_Length(args); in _wrap_Keyset_push_back()
4119 argc = (int)PyObject_Length(args); in _wrap_Agent_set_query()
4520 argc = (int)PyObject_Length(args); in _wrap_Trie_build()
4909 argc = (int)PyObject_Length(args); in _wrap_Trie_lookup()
5012 argc = (int)PyObject_Length(args); in _wrap_Trie_reverse_lookup()
/external/python/pybind11/include/pybind11/
Dpytypes.h1545 ssize_t result = PyObject_Length(h.ptr()); in len()
1557 ssize_t result = PyObject_Length(h.ptr()); in len_hint()
/external/python/cpython3/Doc/data/
Dstable_abi.dat508 function,PyObject_Length,3.2,
Drefcounts.dat1738 PyObject_Length:Py_ssize_t:::
1739 PyObject_Length:PyObject*:o:0:
/external/python/cpython3/PC/
Dpython3dll.c464 EXPORT_FUNC(PyObject_Length)
/external/python/cpython2/Doc/data/
Drefcounts.dat1001 PyObject_Length:int:::
1002 PyObject_Length:PyObject*:o:0:
/external/python/cpython3/Doc/c-api/
Dobject.rst306 Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst392 n = PyObject_Length(target);
/external/python/cpython2/Doc/c-api/
Dobject.rst358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst251 n = PyObject_Length(target);
/external/python/cpython2/Parser/
Dtokenizer.c580 return PyObject_Length(buf) == 0; in decoding_feof()
/external/python/cpython3/Misc/
Dstable_abi.txt1097 function PyObject_Length
/external/python/cpython2/Modules/
D_sre.c1739 size = PyObject_Length(string); in getstring()

12