Home
last modified time | relevance | path

Searched refs:insertUInt8 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js411 insertUInt8(value, offset) { method in SmartBuffer
769 this.insertUInt8(0x00, offset + value.length);
863 this.insertUInt8(0x00, offset + value.length);
/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dsmartbuffer.d.ts291 insertUInt8(value: number, offset: number): SmartBuffer;
/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md300 ### buff.insertUInt8(value, offset)