Home
last modified time | relevance | path

Searched defs:readIntArray (Results 1 – 2 of 2) 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.cpp275 bool SkReadBuffer::readIntArray(int32_t* values, size_t size) { in readIntArray() function in SkReadBuffer