Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js55 writeUInt8: UINT8, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js398 this.writeUInt8 = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js400 writeUInt8(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js746 function writeUInt8(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1047 writeUInt8(value: number, offset: number): number; method