Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 4 of 4) sorted by relevance

/tonic/tests/compression/src/
H A Dutil.rs109 let frame = ready!(self.project().rx.poll_recv(cx)); in poll_frame() localVariable
/tonic/tonic/src/codec/
H A Dprost.rs261 let frame = body in encode_max_message_size_exceeded() localVariable
298 let frame = body in encode_too_big() localVariable
H A Ddecode.rs249 let frame = match ready!(Pin::new(&mut self.body).poll_frame(cx)) { in poll_frame() localVariable
/tonic/tonic-web/src/
H A Dcall.rs451 let mut frame = BytesMut::with_capacity(len + FRAME_HEADER_SIZE); in make_trailers_frame() localVariable