Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_struct.c.h283 iter_unpack_impl(PyObject *module, PyStructObject *s_object,
297 return_value = iter_unpack_impl(module, s_object, buffer); in iter_unpack()
/external/python/cpython3/Modules/
D_struct.c2233 iter_unpack_impl(PyObject *module, PyStructObject *s_object, in iter_unpack_impl() function