Home
last modified time | relevance | path

Searched defs:bytes_obj (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dlongobject.c.h355 PyObject *bytes_obj; in int_from_bytes() local
/aosp_15_r20/external/python/cpython3/Modules/
D_testclinic.c615 PyObject *bytes_obj = PyBytes_FromStringAndSize(NULL, buf->len); in bytes_from_buffer() local
D_pickle.c2493 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local
/aosp_15_r20/external/autotest/client/bin/
H A Dutils.py2427 def bytes_to_str(bytes_obj): argument
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c5923 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()