Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dsmartbuffer.d.ts547 insertStringNT(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer;
/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md485 ### buff.insertStringNT(value, offset[, encoding])
494 buff.insertStringNT('hello', 2);
495 buff.insertStringNT('hello', 2, 'utf8');
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js765 insertStringNT(value, offset, encoding) { method in SmartBuffer