/third_party/node/test/parallel/ |
D | test-stream-buffer-list.js | 5 const BufferList = require('internal/streams/buffer_list'); constant 8 const emptyList = new BufferList(); 11 assert.deepStrictEqual(emptyList, new BufferList()); 30 const list = new BufferList(); 50 assert.deepStrictEqual(list, new BufferList()); 53 const list = new BufferList(); 63 const list = new BufferList(); 70 const list = new BufferList(); 80 const list = new BufferList();
|
D | test-stream2-readable-from-list.js | 27 const BufferList = require('internal/streams/buffer_list'); constant 31 const bl = new BufferList(); 72 assert.deepStrictEqual(list, new BufferList()); 100 assert.deepStrictEqual(list, new BufferList());
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 20 function BufferList() { class 21 _classCallCheck(this, BufferList); 26 _createClass(BufferList, [{ 182 return BufferList;
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 6 module.exports = class BufferList { class
|
D | readable.js | 51 const BufferList = require('./buffer_list') constant 94 this.buffer = new BufferList()
|
/third_party/node/lib/internal/streams/ |
D | buffer_list.js | 13 module.exports = class BufferList { class
|
D | readable.js | 54 const BufferList = require('internal/streams/buffer_list'); constant 111 this.buffer = new BufferList();
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/ |
D | _stream_readable.js | 62 var BufferList = require('./internal/streams/buffer_list'); variable 113 this.buffer = new BufferList();
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesink | 247 /* Render a BufferList */
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 97235 class BufferList : private AllocPolicy class 97263 friend class BufferList; 97278 BufferList(size_t aInitialSize, in BufferList() function in mozilla::BufferList 97296 BufferList(const BufferList& aOther) = delete; 97298 BufferList(BufferList&& aOther) in BufferList() function in mozilla::BufferList 97308 BufferList& operator=(const BufferList& aOther) = delete; 97310 BufferList& operator=(BufferList&& aOther) in operator =() 97322 ~BufferList() { Clear(); } in ~BufferList() 97351 friend class BufferList; 97354 explicit IterImpl(const BufferList& aBuffers) in IterImpl() [all …]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 1514 …/nodejs/node/commit/8b7c97bc59)] - **test**: increase test coverage of BufferList (joyeecheung) [#…
|
D | CHANGELOG_V10.md | 4450 …it/9d3958102e)] - **(SEMVER-MAJOR)** **stream**: add custom inspect to BufferList (Ruben Bridgewat… 4887 …tps://github.com/nodejs/node/commit/ccf64e5f22)] - **stream**: augment BufferList.prototype (Luigi…
|
D | CHANGELOG_V8.md | 4895 …s://github.com/nodejs/node/commit/e2199e0fc2)] - **streams**: refactor BufferList into ES6 class (…
|
D | CHANGELOG_V6.md | 2795 …/nodejs/node/commit/717b4b4e8a)] - **test**: increase test coverage of BufferList (joyeecheung) [#…
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 1152 …und.js(28124,24): error TS2792: Cannot find module './internal/streams/BufferList'. Did you mean t…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3211 …<typedef-decl name='BufferList' type-id='type-id-235' filepath='../../../gcc/liboffloadmic/runtime…
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 5922 In case the buffer is not writable, the parent (the BufferList) is not 5923 removed before calling func. So if it is changed, the parent (the BufferList)
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 115959 Add support for BufferList and add a unit test.
|