Home
last modified time | relevance | path

Searched refs:SelectAll (Results 1 – 25 of 2694) sorted by relevance

12345678910>>...108

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-util-0.3.7/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/futures-util-0.3.6/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { implementation
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { implementation
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { impl
40 pub fn new() -> SelectAll<St> { in new()
41 SelectAll { inner: FuturesUnordered::new() } in new()
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
68 fn default() -> SelectAll<St> { in default()
69 SelectAll::new() in default()
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/test/FilteredIterator/
H A DFilteredIterator_UnitTests.cpp53 class SelectAll { class
84 FilteredIterator<int*, SelectAll<int> > itr; in TEUCHOS_UNIT_TEST()
94 FilteredIterator<itr_t,SelectAll<int> > itr(a.begin(), a.begin(), a.end()); in TEUCHOS_UNIT_TEST()
110 FilteredIterator<itr_t,SelectAll<int> > itr(a.begin(), a.begin(), a.end()); in TEUCHOS_UNIT_TEST()
133 FilteredIterator<itr_t,SelectAll<int> > itr2(itr1); in TEUCHOS_UNIT_TEST()
148 FilteredIterator<citr_t,SelectAll<int> > itr2(itr1); in TEUCHOS_UNIT_TEST()
162 FilteredIterator<itr_t,SelectAll<int> > itr2; in TEUCHOS_UNIT_TEST()
178 FilteredIterator<citr_t,SelectAll<int> > itr2; in TEUCHOS_UNIT_TEST()
193 FilteredIterator<itr_t,SelectAll<int> > itr2(itr1); in TEUCHOS_UNIT_TEST()
404 FilteredIterator<int*,SelectAll<int> > itr = itr_end; in TEUCHOS_UNIT_TEST()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-util-0.3.9/src/stream/
H A Dselect_all.rs26 pub struct SelectAll<St> { struct
30 impl<St: Debug> Debug for SelectAll<St> { implementation
36 impl<St: Stream + Unpin> SelectAll<St> { impl
68 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
74 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
99 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
117 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
121 let mut set = SelectAll::new(); in select_all()
130 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
136 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/futures-util-0.3.8/src/stream/
H A Dselect_all.rs25 pub struct SelectAll<St> { struct
29 impl<St: Debug> Debug for SelectAll<St> { argument
35 impl<St: Stream + Unpin> SelectAll<St> { impl
67 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
73 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
98 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
116 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
120 let mut set = SelectAll::new(); in select_all()
129 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
135 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/futures-util-0.3.13/src/stream/
H A Dselect_all.rs27 pub struct SelectAll<St> { struct
31 impl<St: Debug> Debug for SelectAll<St> { implementation
37 impl<St: Stream + Unpin> SelectAll<St> { impl
69 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
75 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
100 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
118 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
122 let mut set = SelectAll::new(); in select_all()
131 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
137 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/www/rearx/rearx-0.1.4/cargo-crates/futures-util-0.3.13/src/stream/
H A Dselect_all.rs27 pub struct SelectAll<St> { struct
31 impl<St: Debug> Debug for SelectAll<St> { argument
37 impl<St: Stream + Unpin> SelectAll<St> { implementation
69 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
75 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
100 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
118 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
122 let mut set = SelectAll::new(); in select_all()
131 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
137 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.13/src/stream/
H A Dselect_all.rs27 pub struct SelectAll<St> { struct
31 impl<St: Debug> Debug for SelectAll<St> { argument
37 impl<St: Stream + Unpin> SelectAll<St> { impl
69 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
75 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
100 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
118 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
122 let mut set = SelectAll::new(); in select_all()
131 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
137 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.14/src/stream/
H A Dselect_all.rs27 pub struct SelectAll<St> { struct
31 impl<St: Debug> Debug for SelectAll<St> { implementation
37 impl<St: Stream + Unpin> SelectAll<St> { implementation
69 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
75 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
100 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
118 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
122 let mut set = SelectAll::new(); in select_all()
131 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
137 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/futures-util/src/stream/
H A Dselect_all.rs26 pub struct SelectAll<St> { struct
30 impl<St: Debug> Debug for SelectAll<St> { implementation
36 impl<St: Stream + Unpin> SelectAll<St> { implementation
68 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
74 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
99 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
117 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
121 let mut set = SelectAll::new(); in select_all()
130 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
136 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
/dports/audio/muse-sequencer/muse-4.0.0/src/share/scoreglyphs/feta-original/
H A Daybabtu.pe.in5 SelectAll();
10 SelectAll();
15 SelectAll();
20 SelectAll();
25 SelectAll();
30 SelectAll();
35 SelectAll();
40 SelectAll();
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-util-0.3.16/src/stream/
H A Dselect_all.rs30 pub struct SelectAll<St> {
36 impl<St: Debug> Debug for SelectAll<St> { implementation
42 impl<St: Stream + Unpin> SelectAll<St> { implementation
89 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
95 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
117 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
135 pub fn select_all<I>(streams: I) -> SelectAll<I::Item> in select_all()
140 let mut set = SelectAll::new(); in select_all()
149 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
155 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
[all …]

12345678910>>...108