Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js283 this.readUIntLE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js167 function readUIntLE(offset, byteLength) { function
/third_party/typescript/src/compiler/
Dsys.ts1025 readUIntLE(offset: number, byteLength: number): number; method