Home
last modified time | relevance | path

Searched refs:is_end_stream (Results 1 – 8 of 8) sorted by relevance

/tonic/tonic/src/codec/
H A Dencode.rs228 is_end_stream: bool, field
251 is_end_stream: false, in new_client()
276 is_end_stream: false, in new_server()
287 if self.is_end_stream { in trailers()
291 self.is_end_stream = true; in trailers()
311 fn is_end_stream(&self) -> bool { in is_end_stream() function
312 self.state.is_end_stream in is_end_stream()
325 self_proj.state.is_end_stream = true; in poll_frame()
H A Dprost.rs274 assert!(body.is_end_stream()); in encode_max_message_size_exceeded()
311 assert!(body.is_end_stream()); in encode_too_big()
/tonic/tonic/src/
H A Dbody.rs38 if body.is_end_stream() { in new()
88 fn is_end_stream(&self) -> bool { in is_end_stream() method
91 Kind::Wrap(body) => body.is_end_stream(), in is_end_stream()
/tonic/tonic/src/service/
H A Drecover_error.rs150 fn is_end_stream(&self) -> bool { in is_end_stream() function
152 Some(b) => b.is_end_stream(), in is_end_stream()
H A Dinterceptor.rs261 fn is_end_stream(&self) -> bool { in is_end_stream() method
264 ResponseBodyKind::Wrap(body) => body.is_end_stream(), in is_end_stream()
/tonic/tests/compression/src/
H A Dutil.rs68 fn is_end_stream(&self) -> bool { in is_end_stream() function
69 self.inner.is_end_stream() in is_end_stream()
/tonic/tonic/benches/
H A Ddecode.rs75 fn is_end_stream(&self) -> bool { in is_end_stream() method
/tonic/tonic-web/src/
H A Dcall.rs330 fn is_end_stream(&self) -> bool { in is_end_stream() function
331 self.inner.is_end_stream() in is_end_stream()