Home
last modified time | relevance | path

Searched refs:SendStream (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webtransport/
H A Dsend_stream.cc16 SendStream::SendStream(ScriptState* script_state, in SendStream() function in blink::SendStream
26 SendStream::~SendStream() = default;
28 void SendStream::OnIncomingStreamClosed(bool fin_received) { in OnIncomingStreamClosed()
33 void SendStream::Reset() { in Reset()
37 void SendStream::ContextDestroyed() { in ContextDestroyed()
41 void SendStream::SendFin() { in SendFin()
46 void SendStream::OnOutgoingStreamAbort() { in OnOutgoingStreamAbort()
51 void SendStream::Trace(Visitor* visitor) const { in Trace()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webtransport/
H A Didlharness.any.js.ini134 [SendStream interface object length]
137 [SendStream interface object name]
191 [SendStream interface: attribute remoteCanceled]
334 [SendStream interface object length]
337 [SendStream interface object name]
391 [SendStream interface: attribute remoteCanceled]
534 [SendStream interface object length]
537 [SendStream interface object name]
591 [SendStream interface: attribute remoteCanceled]
734 [SendStream interface object length]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webtransport/
H A Didlharness.any.js.ini134 [SendStream interface object length]
137 [SendStream interface object name]
191 [SendStream interface: attribute remoteCanceled]
334 [SendStream interface object length]
337 [SendStream interface object name]
391 [SendStream interface: attribute remoteCanceled]
534 [SendStream interface object length]
537 [SendStream interface object name]
591 [SendStream interface: attribute remoteCanceled]
734 [SendStream interface object length]
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/transport/
H A Dhttp_test.go70 err = transport.SendStream(context.Background(), strings.NewReader(""))
83 err = transport.SendStream(context.Background(), strings.NewReader(""))
105 transport.SendStream(context.Background(), strings.NewReader(""))
120 transport.SendStream(context.Background(), strings.NewReader(""))
131 transport.SendStream(context.Background(), strings.NewReader(""))
153 err = transport.SendStream(context.Background(), p)
168 err = transport.SendStream(context.Background(), p)
199 err := tr.SendStream(context.Background(), strings.NewReader(""))
303 err := transport.SendStream(context.Background(), p)
309 err = transport.SendStream(context.Background(), p)
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelFlowPaths/
H A DvtkPLagrangianParticleTracker.cxx139 this->SendStream = nullptr; in ParticleStreamManager()
151 delete this->SendStream; in ~ParticleStreamManager()
160 delete this->SendStream; in SendParticle()
162 *this->SendStream << particle->GetSeedId(); in SendParticle()
163 *this->SendStream << particle->GetId(); in SendParticle()
164 *this->SendStream << particle->GetParentId(); in SendParticle()
178 *this->SendStream << prev[i]; in SendParticle()
179 *this->SendStream << curr[i]; in SendParticle()
180 *this->SendStream << next[i]; in SendParticle()
189 *this->SendStream << tuple[j]; in SendParticle()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-0.3.18/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-0.3.18/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-0.3.21/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-0.3.18/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/futures-0.3.19/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/futures/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/futures-0.3.18/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/futures-0.3.18/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/futures-0.3.17/tests/
H A Dauto_traits.rs184 assert_impl!(BlockingStream<SendStream>: Send);
1128 assert_impl!(CatchUnwind<SendStream>: Send);
1145 assert_impl!(Chunks<SendStream<()>>: Send);
1146 assert_not_impl!(Chunks<SendStream>: Send);
1163 assert_impl!(Concat<SendStream<()>>: Send);
1164 assert_not_impl!(Concat<SendStream>: Send);
1237 assert_impl!(Flatten<SendStream<()>>: Send);
1238 assert_not_impl!(Flatten<SendStream>: Send);
1817 assert_impl!(Zip<SendStream<()>, SendStream<()>>: Send);
1818 assert_not_impl!(Zip<SendStream, SendStream<()>>: Send);
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/
H A Dinterface.go72 SendStream
104 type SendStream interface { interface
173 OpenUniStream() (SendStream, error)
178 OpenUniStreamSync(context.Context) (SendStream, error)
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/
H A Dinterface.go72 SendStream
104 type SendStream interface { interface
173 OpenUniStream() (SendStream, error)
178 OpenUniStreamSync(context.Context) (SendStream, error)

12345678910>>...18