Home
last modified time | relevance | path

Searched refs:readIntArray (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js277 this.readIntArray = function (...args) { method
281 this.readIntArray = function () { method
/third_party/skia/src/core/
DSkReadBuffer.h136 bool readIntArray(int32_t* values, size_t size);
DSkReadBuffer.cpp275 bool SkReadBuffer::readIntArray(int32_t* values, size_t size) { in readIntArray() function in SkReadBuffer
/third_party/skia/tests/
DSerializationTest.cpp128 return reader.readIntArray(data, arraySize); in Read()