Searched defs:self_start (Results 1 – 2 of 2) sorted by relevance
1219 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removeprefix_impl() local1251 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removesuffix_impl() local
2236 const char *self_start = PyBytes_AS_STRING(self); in bytes_removeprefix_impl() local2274 const char *self_start = PyBytes_AS_STRING(self); in bytes_removesuffix_impl() local