Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dbuffer.js329 function readUInt16BE(offset = 0) { function
1083 readUInt16BE, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js258 this.readUInt16BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js342 readUInt16BE(offset) { method in SmartBuffer
/third_party/typescript/src/compiler/
Dsys.ts1279 readUInt16BE(offset: number): number; method