Home
last modified time | relevance | path

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

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