Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h170 bytearray_count_impl(PyByteArrayObject *self, PyObject *sub,
198 return_value = bytearray_count_impl(self, sub, start, end); in bytearray_count()
/external/python/cpython3/Objects/
Dbytearrayobject.c1156 bytearray_count_impl(PyByteArrayObject *self, PyObject *sub, in bytearray_count_impl() function