Searched refs:resSize (Results 1 – 2 of 2) sorted by relevance
210 uint32_t resSize = resStr.size(); in Encode() local211 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in Encode()310 uint32_t resSize = resStr.size(); in Decode() local311 return factory->NewFromUtf16Literal(uint16tData, resSize).GetTaggedValue(); in Decode()
476 uint32_t resSize = static_cast<uint32_t>(resMap->GetSize()); in JSMapTest() local477 for (uint32_t i = 0; i < resSize; i++) { in JSMapTest()