Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 26) sorted by relevance

12

/tonic/tonic/src/
H A Dbody.rs28 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 Dtest.proto4 import "google/protobuf/empty.proto";
H A Dgoogle.proto9 import "google/protobuf/empty.proto";
/tonic/interop/proto/grpc/testing/
H A Dempty.proto19 // An empty message that you can re-use to avoid defining duplicated empty
H A Dtest.proto20 import "empty.proto";
28 // One empty request followed by one empty response.
/tonic/tests/service_named_result/proto/
H A Dresult.proto3 import "google/protobuf/empty.proto";
/tonic/tests/wellknown/proto/
H A Dwellknown.proto5 import "google/protobuf/empty.proto";
/tonic/tests/default_stubs/proto/
H A Dtest.proto5 import "google/protobuf/empty.proto";
H A Dtest_default.proto5 import "google/protobuf/empty.proto";
/tonic/tests/compression/proto/
H A Dtest.proto5 import "google/protobuf/empty.proto";
/tonic/tonic/src/service/
H A Drecover_error.rs101 let res = Response::from_parts(parts, ResponseBody::empty()); in poll()
128 const fn empty() -> Self { in empty() method
H A Dinterceptor.rs204 let response = http::Response::from_parts(parts, ResponseBody::<B>::empty()); in poll()
231 fn empty() -> Self { in empty() method
H A Drouter.rs140 Response::from_parts(parts, Body::empty()) in unimplemented()
/tonic/examples/src/tls_rustls/
H A Dclient.rs21 let mut roots = RootCertStore::empty(); in main()
/tonic/tonic/src/transport/server/service/
H A Dtls.rs33 let mut roots = RootCertStore::empty(); in new()
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto24 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 Dschema.proto23 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 Droute_guide.proto29 // 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 Dclient_stream.rs214 let req = Request::new(Box::pin(tokio_stream::empty())); in compressing_response_from_client_stream()
H A Dcompressing_response.rs477 let req = Request::new(Box::pin(tokio_stream::empty())); in disabling_compression_on_response_from_client_stream()
/tonic/interop/src/
H A Dserver.rs139 let stream = tokio_stream::empty(); in full_duplex_call()
H A Dclient.rs210 let stream = tokio_stream::empty(); in empty_stream()
/tonic/tonic-types/
H A DREADME.md35 // Create empty `ErrorDetails` struct
/tonic/tonic-web/src/
H A Dservice.rs172 let res = Response::from_parts(res.take().unwrap(), Body::empty()); in poll()
/tonic/
H A DCHANGELOG.md36 * **web:** fix empty trailer parsing causing infinite parser loop (#1883)
501 * **build:** Allow empty packages ([#382](https://github.com/hyperium/tonic/issues/382)) ([f085aba]…

12