Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js61 writeUIntBE: INT16, property
68 writeUIntBE: 2, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js423 this.writeUIntBE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js750 function writeUIntBE(value, offset, byteLength) { function
/third_party/typescript/src/compiler/
Dsys.ts1022 writeUIntBE(value: number, offset: number, byteLength: number): number; method