Home
last modified time | relevance | path

Searched refs:PyObject_Bytes (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h286 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h286 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h286 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h286 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h286 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h464 #define PyObject_Bytes PyObject_Str macro
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst171 Aliased PyObject_Bytes to PyObject_Str.
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c432 EXPORT_FUNC(PyObject_Bytes)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat483 function,PyObject_Bytes,3.2,,
Drefcounts.dat1589 PyObject_Bytes:PyObject*::+1:
1590 PyObject_Bytes:PyObject*:o:0:
Dpython3.11.abi502 …<elf-symbol name='PyObject_Bytes' type='func-type' binding='global-binding' visibility='default-vi…
9493PyObject_Bytes' mangled-name='PyObject_Bytes' filepath='Objects/object.c' line='542' column='1' vi…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobject.rst228 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dobject.rst166 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c542 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
Dlongobject.c5942 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1127 [function.PyObject_Bytes]
DHISTORY16342 - PyObject_Bytes and PyBytes_FromObject were added.
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2523 return PyObject_Bytes(NULL); in pyobject_bytes_from_null()