Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js47 writeBigInt64LE: INT64, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js328 this.writeBigInt64LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js310 writeBigInt64LE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js629 function writeBigInt64LE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1066 writeBigInt64LE?(value: bigint, offset?: number): number; method