Home
last modified time | relevance | path

Searched defs:destSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h263 void WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData()
583 …static void ReadData(EcmaString * dst, EcmaString *src, uint32_t start, uint32_t destSize, uint32_… in ReadData()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp202 uint32_t destSize = lightweightSet->GetLength(); in HasAll() local
251 uint32_t destSize = obj->GetLength(); in Equal() local