Home
last modified time | relevance | path

Searched defs:StreamBody (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/axum/src/body/
Dstream_body.rs62 impl<S> From<S> for StreamBody<S> implementation
73 impl<S> StreamBody<S> { implementation
89 impl<S> IntoResponse for StreamBody<S> implementation
100 impl Default for StreamBody<futures_util::stream::Empty<Result<Bytes, Error>>> { implementation
106 impl<S> fmt::Debug for StreamBody<S> { implementation
112 impl<S> HttpBody for StreamBody<S> implementation
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/tools/
Dquic_simple_server_stream_test.cc269 const std::string& StreamBody() { return stream_->body(); } in StreamBody() function in quic::test::__anonaa909ef90211::QuicSimpleServerStreamTest
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/tools/
Dquic_simple_server_stream_test.cc269 const std::string& StreamBody() { return stream_->body(); } in StreamBody() function in quic::test::__anone652f55d0211::QuicSimpleServerStreamTest