Home
last modified time | relevance | path

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

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