Searched refs:direction (Results 1 – 2 of 2) sorted by relevance
| /tonic/tonic/src/codec/ |
| H A D | decode.rs | 29 direction: Direction, field 115 direction: Direction, in new() 135 direction, in new() 173 let message = if let Direction::Response(status) = self.direction { in decode_chunk() 225 let message = if let Direction::Response(status) = self.direction { in decode_chunk() 252 if self.direction == Direction::Request && status.code() == Code::Cancelled { in poll_frame() 288 if let Direction::Response(status) = self.direction { in response()
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 67 direction: Direction, field 79 direction: Direction::Empty, in default() 104 fn new_client(inner: B, direction: Direction, encoding: Encoding) -> Self { in new_client() 107 buf: BytesMut::with_capacity(match (direction, encoding) { in new_client() 111 decoded: BytesMut::with_capacity(match direction { in new_client() 115 direction, in new_client() 122 fn new(inner: B, direction: Direction, encoding: Encoding) -> Self { in new() 125 buf: BytesMut::with_capacity(match (direction, encoding) { in new() 130 direction, in new() 262 if self.client && self.direction == Direction::Decode { in poll_frame() [all …]
|