| /tonic/tonic/src/ |
| H A D | body.rs | 28 pub const fn empty() -> Self { in empty() method 39 return Self::empty(); in new() 63 Self::empty() in default()
|
| /tonic/tests/wellknown-compiled/proto/ |
| H A D | test.proto | 4 import "google/protobuf/empty.proto";
|
| H A D | google.proto | 9 import "google/protobuf/empty.proto";
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | empty.proto | 19 // An empty message that you can re-use to avoid defining duplicated empty
|
| H A D | test.proto | 20 import "empty.proto"; 28 // One empty request followed by one empty response.
|
| /tonic/tests/service_named_result/proto/ |
| H A D | result.proto | 3 import "google/protobuf/empty.proto";
|
| /tonic/tests/wellknown/proto/ |
| H A D | wellknown.proto | 5 import "google/protobuf/empty.proto";
|
| /tonic/tests/default_stubs/proto/ |
| H A D | test.proto | 5 import "google/protobuf/empty.proto";
|
| H A D | test_default.proto | 5 import "google/protobuf/empty.proto";
|
| /tonic/tests/compression/proto/ |
| H A D | test.proto | 5 import "google/protobuf/empty.proto";
|
| /tonic/tonic/src/service/ |
| H A D | recover_error.rs | 101 let res = Response::from_parts(parts, ResponseBody::empty()); in poll() 128 const fn empty() -> Self { in empty() method
|
| H A D | interceptor.rs | 204 let response = http::Response::from_parts(parts, ResponseBody::<B>::empty()); in poll() 231 fn empty() -> Self { in empty() method
|
| H A D | router.rs | 140 Response::from_parts(parts, Body::empty()) in unimplemented()
|
| /tonic/examples/src/tls_rustls/ |
| H A D | client.rs | 21 let mut roots = RootCertStore::empty(); in main()
|
| /tonic/tonic/src/transport/server/service/ |
| H A D | tls.rs | 33 let mut roots = RootCertStore::empty(); in new()
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 24 import "google/protobuf/empty.proto"; 217 // contain non-empty data. This can be used to filter messages on the 257 // specified and non-empty. Note that if `update_mask` contains 311 // If not empty, indicates that there may be more topics that match the 370 // If not empty, indicates that there may be more snapshots that match 918 // Must be specified and non-empty. 979 // An empty `pushConfig` indicates that the Pub/Sub system should 1060 // empty. 1147 // Received Pub/Sub messages. This will not be empty. 1191 // Must be specified and non-empty. [all …]
|
| H A D | schema.proto | 23 import "google/protobuf/empty.proto"; 212 // If not empty, indicates that there may be more schemas that match the
|
| /tonic/examples/proto/routeguide/ |
| H A D | route_guide.proto | 29 // A feature with an empty name is returned if there's no feature at the given 75 // If a feature could not be named, the name is empty.
|
| /tonic/tests/compression/src/ |
| H A D | client_stream.rs | 214 let req = Request::new(Box::pin(tokio_stream::empty())); in compressing_response_from_client_stream()
|
| H A D | compressing_response.rs | 477 let req = Request::new(Box::pin(tokio_stream::empty())); in disabling_compression_on_response_from_client_stream()
|
| /tonic/interop/src/ |
| H A D | server.rs | 139 let stream = tokio_stream::empty(); in full_duplex_call()
|
| H A D | client.rs | 210 let stream = tokio_stream::empty(); in empty_stream()
|
| /tonic/tonic-types/ |
| H A D | README.md | 35 // Create empty `ErrorDetails` struct
|
| /tonic/tonic-web/src/ |
| H A D | service.rs | 172 let res = Response::from_parts(res.take().unwrap(), Body::empty()); in poll()
|
| /tonic/ |
| H A D | CHANGELOG.md | 36 * **web:** fix empty trailer parsing causing infinite parser loop (#1883) 501 * **build:** Allow empty packages ([#382](https://github.com/hyperium/tonic/issues/382)) ([f085aba]…
|