Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp130 uint32_t Buffer::Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd) in Copy() argument
135 uint8_t *dest = tBuf->raw_ + tBuf->byteOffset_ + tStart; in Copy()
136 uint32_t tLength = tBuf->length_ - tStart; in Copy()
H A Djs_buffer.h62 uint32_t Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd);