Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js63 writeIntBE: INT48 property
70 writeIntBE: 6 property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js388 this.writeIntBE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js871 function writeIntBE(value, offset, byteLength) { function
/third_party/typescript/src/compiler/
Dsys.ts1024 writeIntBE(value: number, offset: number, byteLength: number): number; method