/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | abstract.h | 281 #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/ |
D | abstract.h | 281 #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/ |
D | abstract.h | 281 #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/ |
D | abstract.h | 281 #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/ |
D | abstract.h | 281 #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/ |
D | abstract.h | 432 #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/ |
D | pystrhex.c | 15 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | xxlimited.c | 200 if (kwnames != NULL && PyObject_Length(kwnames)) { in Xxo_demo()
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 319 PyObject_Length
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | unknown_fields.c | 294 return self->fields ? PyObject_Length(self->fields) : 0; in PyUpb_UnknownFieldSet_Length()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | abstract.c | 70 #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()
|
D | weakrefobject.c | 590 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
|
D | odictobject.c | 1521 Py_ssize_t len = PyObject_Length(args); in odict_init()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | abstract.c | 77 #undef PyObject_Length 79 PyObject_Length(PyObject *o) in PyObject_Length() function 83 #define PyObject_Length PyObject_Size macro
|
D | weakrefobject.c | 582 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 3602 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/ |
D | python27.def | 124 "PyObject_Length"
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1001 PyObject_Length:int::: 1002 PyObject_Length:PyObject*:o:0:
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 474 EXPORT_FUNC(PyObject_Length)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 525 function,PyObject_Length,3.2,,
|
D | refcounts.dat | 1738 PyObject_Length:Py_ssize_t::: 1739 PyObject_Length:PyObject*:o:0:
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | object.rst | 333 Py_ssize_t PyObject_Length(PyObject *o)
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.c | 580 return PyObject_Length(buf) == 0; in decoding_feof()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | object.rst | 358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1189 [function.PyObject_Length]
|