Home
last modified time | relevance | path

Searched refs:BufferList (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-buffer-list.js5 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();
Dtest-stream2-readable-from-list.js27 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/
Dbuffer_list.js20 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/
Dbuffer_list.js6 module.exports = class BufferList { class
Dreadable.js51 const BufferList = require('./buffer_list') constant
94 this.buffer = new BufferList()
/third_party/node/lib/internal/streams/
Dbuffer_list.js13 module.exports = class BufferList { class
Dreadable.js54 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.js62 var BufferList = require('./internal/streams/buffer_list'); variable
113 this.buffer = new BufferList();
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink247 /* Render a BufferList */
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp97235 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/
DCHANGELOG_V7.md1514 …/nodejs/node/commit/8b7c97bc59)] - **test**: increase test coverage of BufferList (joyeecheung) [#…
DCHANGELOG_V10.md4450 …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…
DCHANGELOG_V8.md4895 …s://github.com/nodejs/node/commit/e2199e0fc2)] - **streams**: refactor BufferList into ES6 class (…
DCHANGELOG_V6.md2795 …/nodejs/node/commit/717b4b4e8a)] - **test**: increase test coverage of BufferList (joyeecheung) [#…
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log1152 …und.js(28124,24): error TS2792: Cannot find module './internal/streams/BufferList'. Did you mean t…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest16-pr18904.so.abi3211 …<typedef-decl name='BufferList' type-id='type-id-235' filepath='../../../gcc/liboffloadmic/runtime…
/third_party/gstreamer/gstreamer/
DChangeLog5922 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/
DChangeLog115959 Add support for BufferList and add a unit test.