Home
last modified time | relevance | path

Searched defs:readInt16BE (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js223 this.readInt16BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js117 readInt16BE(offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js500 function readInt16BE(offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1036 readInt16BE(offset: number): number; method