Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dbuffer.js303 function readUInt32BE(offset = 0) { function
1058 readUInt32BE, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js268 this.readUInt32BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js360 readUInt32BE(offset) { method in SmartBuffer
/third_party/typescript/src/compiler/
Dsys.ts1033 readUInt32BE(offset: number): number; method