Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js48 writeBigUInt64BE: UINT64, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js333 this.writeBigUInt64BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js510 writeBigUInt64BE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js625 function writeBigUInt64BE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1067 writeBigUInt64BE?(value: bigint, offset?: number): number; method