Home
last modified time | relevance | path

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

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