Searched refs:out (Results 1 – 13 of 13) sorted by relevance
| /tonic/tests/web/src/ |
| H A D | lib.rs | 53 let out = Output { in client_stream() localVariable 60 .fold(out, |mut acc, input| { in client_stream()
|
| /tonic/tonic/src/codec/ |
| H A D | buffer.rs | 125 let mut out = [0; 5]; in decode_buf() localVariable 126 buf.copy_to_slice(&mut out); in decode_buf()
|
| H A D | prost.rs | 339 let out = Vec::from(buf.chunk()); in decode() localVariable 341 Ok(Some(out)) in decode()
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 559 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 D | decode.rs | 107 let out = Vec::from(buf.chunk()); in decode() localVariable 109 Ok(Some(out)) in decode()
|
| /tonic/examples/src/health/ |
| H A D | README.md | 3 …checking.md) that defines how health checks for services should be carried out. Tonic supports thi…
|
| /tonic/tonic-types/proto/ |
| H A D | status.proto | 33 // You can find out more about this error model and how to work with it in the
|
| H A D | error_details.proto | 104 // 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 D | CONTRIBUTING.md | 69 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 D | CHANGELOG.md | 19 * Move TimeoutExpired out of transport (#1826)
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 323 You should see the request logged out by the server in its terminal window, as well as the response…
|
| H A D | routeguide-tutorial.md | 11 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 D | pubsub.proto | 681 // acknowledged, until they fall out of the `message_retention_duration` 716 // out.
|