Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_simple_server_stream_test.cc267 const std::string& StreamBody() { return stream_->body(); } in StreamBody() function in quic::test::__anon014f26330211::QuicSimpleServerStreamTest