Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 17 of 17) sorted by relevance

/tonic/tests/compression/src/
H A Dutil.rs47 B: HttpBody<Data = Bytes>,
49 type Data = B::Data; typedef
55 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
102 type Data = T; typedef
108 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tonic/src/
H A Dbody.rs35 B: http_body::Body<Data = bytes::Bytes> + Send + 'static, in new() argument
68 type Data = bytes::Bytes; typedef
74 ) -> Poll<Option<Result<http_body::Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tests/integration_tests/tests/
H A Dcomplex_tower_middleware.rs97 type Data = B::Data; typedef
103 ) -> Poll<Option<Result<http_body::Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tonic/src/service/
H A Drecover_error.rs137 type Data = B::Data; typedef
143 ) -> Poll<Option<Result<http_body::Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
H A Dinterceptor.rs241 type Data = B::Data; typedef
247 ) -> Poll<Option<Result<http_body::Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
H A Drouter.rs145 B: http_body::Body<Data = bytes::Bytes> + Send + 'static,
/tonic/tonic/src/transport/server/
H A Dmod.rs553 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve() argument
574 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve_with_shutdown() argument
597 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve_with_incoming() argument
621 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve_with_incoming_shutdown() argument
643 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve_internal() argument
775 B::Data: Send, in serve_connection()
884 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve() argument
907 ResBody: http_body::Body<Data = Bytes> + Send + 'static, in serve_with_shutdown() argument
991 ResBody: http_body::Body<Data = Bytes> + Send + 'static,
1035 ResBody: http_body::Body<Data = Bytes> + Send + 'static,
[all …]
/tonic/tonic/benches/
H A Ddecode.rs60 type Data = Bytes; typedef
66 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tonic/src/codec/
H A Dencode.rs308 type Data = Bytes; typedef
318 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
H A Dprost.rs380 type Data = Bytes; typedef
386 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tonic-web/src/
H A Dservice.rs49 B: http_body::Body<Data = bytes::Bytes> + Send + 'static,
208 B: http_body::Body<Data = bytes::Bytes> + Send + 'static, in coerce_request()
229 B: http_body::Body<Data = bytes::Bytes> + Send + 'static, in coerce_response()
H A Dcall.rs164 B::Data: Buf,
255 type Data = Bytes; typedef
261 ) -> Poll<Option<Result<Frame<Self::Data>, Self::Error>>> { in poll_frame() argument
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs38 <T::ResponseBody as Body>::Data: Into<bytes::Bytes> + Send,
/tonic/tonic-build/src/
H A Dclient.rs72 T::ResponseBody: Body<Data = Bytes> + std::marker::Send + 'static, in generate_internal()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs77 T::ResponseBody: Body<Data = Bytes> + std::marker::Send + 'static,
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs166 T::ResponseBody: Body<Data = Bytes> + std::marker::Send + 'static,
H A Dgrpc_reflection_v1alpha.rs166 T::ResponseBody: Body<Data = Bytes> + std::marker::Send + 'static,