Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js60 writeUIntLE: INT8, property
67 writeUIntLE: 1, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js428 this.writeUIntLE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js639 function writeUIntLE(value, offset, byteLength) { function
/third_party/typescript/src/compiler/
Dsys.ts1021 writeUIntLE(value: number, offset: number, byteLength: number): number; method