Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testclinic.c637 py_buffer_converter_impl(PyObject *module, Py_buffer *a, Py_buffer *b) in py_buffer_converter_impl() function
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_testclinic.c.h1208 py_buffer_converter_impl(PyObject *module, Py_buffer *a, Py_buffer *b);
1221 return_value = py_buffer_converter_impl(module, &a, &b); in py_buffer_converter()