Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Python/
Dpystrhex.c15 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
/aosp_15_r20/external/python/cpython3/Modules/
Dxxlimited.c200 if (kwnames != NULL && PyObject_Length(kwnames)) { in Xxo_demo()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def319 PyObject_Length
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dunknown_fields.c294 return self->fields ? PyObject_Length(self->fields) : 0; in PyUpb_UnknownFieldSet_Length()
/aosp_15_r20/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
96 res = PyObject_Length(o); in PyObject_LengthHint()
Dweakrefobject.c590 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
Dodictobject.c1521 Py_ssize_t len = PyObject_Length(args); in odict_init()
/aosp_15_r20/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()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A 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()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def124 "PyObject_Length"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1001 PyObject_Length:int:::
1002 PyObject_Length:PyObject*:o:0:
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c474 EXPORT_FUNC(PyObject_Length)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat525 function,PyObject_Length,3.2,,
Drefcounts.dat1738 PyObject_Length:Py_ssize_t:::
1739 PyObject_Length:PyObject*:o:0:
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobject.rst333 Py_ssize_t PyObject_Length(PyObject *o)
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c580 return PyObject_Length(buf) == 0; in decoding_feof()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dobject.rst358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1189 [function.PyObject_Length]

12