Home
last modified time | relevance | path

Searched defs:readInt32LE (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js238 this.readInt32LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js144 readInt32LE(offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js387 function readInt32LE(offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1285 readInt32LE(offset: number): number; method
/third_party/node/deps/npm/node_modules/buffer/
Dindex.js1307 Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { method in Buffer