Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h14 _io__BufferedIOBase_readinto_impl(PyObject *self, Py_buffer *buffer);
31 return_value = _io__BufferedIOBase_readinto_impl(self, &buffer); in _io__BufferedIOBase_readinto()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbufferedio.c89 _io__BufferedIOBase_readinto_impl(PyObject *self, Py_buffer *buffer) in _io__BufferedIOBase_readinto_impl() function