Home
last modified time | relevance | path

Searched refs:source_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dbytearrayobject.c405 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local
416 result_buf[i] = source_buf[cur]; in bytearray_subscript()
H A Dbytesobject.c1614 const char* source_buf; in bytes_subscript() local
1639 source_buf = PyBytes_AS_STRING(self); in bytes_subscript()
1647 result_buf[i] = source_buf[cur]; in bytes_subscript()

Completed in 8 milliseconds