Home
last modified time | relevance | path

Searched defs:dstLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp213 uint32_t dstLength = tEnd; in Compare() local
584 uint32_t dstLength = dst->IsJSAPIBuffer() ? JSHandle<JSAPIFastBuffer>(dst)->GetLength() in Copy() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp210 int32_t dstLength = endIndex - startIndex; in GetBitsByRange() local
Djs_api_buffer.cpp214 …uint32_t dstLength = dst->IsJSAPIBuffer() ? JSHandle<JSAPIFastBuffer>(dst)->GetLength() : dstArray… in Copy() local