Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js193 this.readBigUInt64LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js388 readBigUInt64LE(offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js91 function readBigUInt64LE(offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1062 readBigUInt64LE?(offset?: number): bigint; method