Searched refs:otherBuf (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
D | test-buffer-swap.js | 72 const otherBuf = Buffer.from(otherBufData.buffer, otherBufData.byteOffset); constant 74 assert.deepStrictEqual(buf, otherBuf); 81 const otherBuf = Buffer.from(otherBufData.buffer, otherBufData.byteOffset); constant 83 assert.deepStrictEqual(buf, otherBuf); 94 const otherBuf = Buffer.from(otherBufData.buffer, otherBufData.byteOffset); constant 96 assert.deepStrictEqual(buf, otherBuf); 111 const otherBuf = Buffer.from(otherBufData.buffer, otherBufData.byteOffset); constant 115 assert.deepStrictEqual(buf.slice(0, otherBuf.length), otherBuf); 129 const otherBuf = Buffer.from(otherBufData.buffer, otherBufData.byteOffset); constant 133 assert.deepStrictEqual(buf.slice(0, otherBuf.length), otherBuf); [all …]
|
/third_party/node/deps/npm/node_modules/safe-buffer/ |
D | README.md | 361 buf[i] = otherBuf[i] 487 buf[i] = otherBuf[i]
|
/third_party/node/deps/npm/node_modules/tar/node_modules/safe-buffer/ |
D | README.md | 361 buf[i] = otherBuf[i] 487 buf[i] = otherBuf[i]
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/ |
D | README.md | 361 buf[i] = otherBuf[i] 487 buf[i] = otherBuf[i]
|
/third_party/node/deps/npm/node_modules/string_decoder/node_modules/safe-buffer/ |
D | README.md | 363 buf[i] = otherBuf[i] 489 buf[i] = otherBuf[i]
|