Home
last modified time | relevance | path

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

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