Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dmemoryobject.c.h153 memoryview_tobytes_impl(PyMemoryViewObject *self, const char *order);
191 return_value = memoryview_tobytes_impl(self, order); in memoryview_tobytes()
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c2178 memoryview_tobytes_impl(PyMemoryViewObject *self, const char *order) in memoryview_tobytes_impl() function