Home
last modified time | relevance | path

Searched refs:out (Results 1 – 13 of 13) sorted by relevance

/tonic/tests/web/src/
H A Dlib.rs53 let out = Output { in client_stream() localVariable
60 .fold(out, |mut acc, input| { in client_stream()
/tonic/tonic/src/codec/
H A Dbuffer.rs125 let mut out = [0; 5]; in decode_buf() localVariable
126 buf.copy_to_slice(&mut out); in decode_buf()
H A Dprost.rs339 let out = Vec::from(buf.chunk()); in decode() localVariable
341 Ok(Some(out)) in decode()
/tonic/tonic-web/src/
H A Dcall.rs559 let out = find_trailers(&buf[..]).unwrap(); in find_trailers_non_buffered() localVariable
561 assert_eq!(out, FindTrailers::Trailer(0)); in find_trailers_non_buffered()
576 let out = find_trailers(&buf[..]).unwrap(); in find_trailers_buffered() localVariable
578 assert_eq!(out, FindTrailers::Trailer(81)); in find_trailers_buffered()
618 let out = find_trailers(&buf[..]).unwrap(); in find_trailers_buffered_incomplete_message() localVariable
620 assert_eq!(out, FindTrailers::IncompleteBuf); in find_trailers_buffered_incomplete_message()
627 let out = find_trailers(&buf[..]).unwrap_err(); in find_trailers_buffered_incomplete_buf_bug() localVariable
629 assert_eq!(out.code(), Code::Internal); in find_trailers_buffered_incomplete_buf_bug()
/tonic/tonic/benches/
H A Ddecode.rs107 let out = Vec::from(buf.chunk()); in decode() localVariable
109 Ok(Some(out)) in decode()
/tonic/examples/src/health/
H A DREADME.md3 …checking.md) that defines how health checks for services should be carried out. Tonic supports thi…
/tonic/tonic-types/proto/
H A Dstatus.proto33 // You can find out more about this error model and how to work with it in the
H A Derror_details.proto104 // instance in a region that is out of stock:
221 // Provides links to documentation or for performing an out of band action.
/tonic/
H A DCONTRIBUTING.md69 believe that you have uncovered a bug, please fill out this form, following the
78 In order to rule out the possibility of bugs introduced by userland code, test
284 [template] that should be filled out. Please try to do your best at filling out
298 Keep an eye out for comments from code owners to provide guidance on conflicting
405 easy to release and figure out what sub crates you need that will work with
H A DCHANGELOG.md19 * Move TimeoutExpired out of transport (#1826)
/tonic/examples/
H A Dhelloworld-tutorial.md323 You should see the request logged out by the server in its terminal window, as well as the response…
H A Drouteguide-tutorial.md11 this tutorial uses the proto3 version of the protocol buffers language, you can find out more in the
243 code in a path similar to `target/debug/build/routeguide/out/routeguide.rs`.
261 With this in place, we can stub out our service implementation:
778 ## Try it out!
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto681 // acknowledged, until they fall out of the `message_retention_duration`
716 // out.