Home
last modified time | relevance | path

Searched refs:_io_BytesIO_getvalue_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h105 _io_BytesIO_getvalue_impl(bytesio *self);
110 return _io_BytesIO_getvalue_impl(self); in _io_BytesIO_getvalue()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c341 _io_BytesIO_getvalue_impl(bytesio *self) in _io_BytesIO_getvalue_impl() function
787 PyObject *initvalue = _io_BytesIO_getvalue_impl(self); in bytesio_getstate()