Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 50) sorted by relevance

12

/tonic/examples/proto/routeguide/
H A Droute_guide.proto25 // A simple RPC.
29 // A feature with an empty name is returned if there's no feature at the given
33 // A server-to-client streaming RPC.
41 // A client-to-server streaming RPC.
47 // A Bidirectional streaming RPC.
63 // A latitude-longitude rectangle, represented as two diagonally opposite
73 // A feature names something at a given point.
84 // A RouteNote is a message sent while at a given point.
93 // A RouteSummary is received in response to a RecordRoute rpc.
/tonic/tonic-build/src/
H A Dprost.rs380 pub fn field_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in field_attribute()
389 pub fn type_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in type_attribute()
398 pub fn message_attribute<P: AsRef<str>, A: AsRef<str>>( in message_attribute()
401 attribute: A, in message_attribute() argument
411 pub fn enum_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in enum_attribute()
466 pub fn server_mod_attribute<P: AsRef<str>, A: AsRef<str>>( in server_mod_attribute()
469 attribute: A, in server_mod_attribute() argument
477 pub fn server_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in server_attribute()
487 attribute: A, in client_mod_attribute() argument
495 pub fn client_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in client_attribute()
[all …]
/tonic/interop/proto/grpc/testing/
H A Dtest.proto25 // A simple service to test the various types of RPCs and experiment with
44 // A sequence of requests followed by one response (streamed upload).
49 // A sequence of requests with each request served by the server immediately.
55 // A sequence of requests followed by a sequence of responses.
56 // The server buffers all the client requests and then serves them in order. A
67 // A simple service NOT implemented at servers so clients can test for
70 // A call that no server should implement
74 // A service used to control reconnect server.
H A Dempty.proto20 // messages in your project. A typical example is to use it as argument or the
/tonic/tonic-reflection/
H A DREADME.md3 A `tonic` based gRPC reflection implementation.
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tonic-types/proto/
H A Derror_details.proto66 // A message type used to describe a single quota violation. For example, a
74 // A description of how the quota check failed. Clients can use this
117 // /[A-Z0-9_]+/.
145 // A message type used to describe a single precondition failure.
157 // A description of how the precondition failed. Developers can use this
171 // A message type used to describe a single bad request field.
173 // A path leading to a field in the request body. The value will be a
178 // A description of why the request element is bad.
200 // A name for the type of resource being accessed, e.g. "sql table",
H A Dstatus.proto39 // A developer-facing error message, which should be in English. Any
44 // A list of messages that carry the error details. There is a common set of
/tonic/tonic/src/transport/server/
H A Dio_stream.rs177 enum SelectOutput<A> {
178 Incoming(A),
179 Io(ServerIo<A>),
/tonic/tonic-types/
H A DCargo.toml8 A collection of useful protobuf types that can be used with `tonic`.
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tonic-health/
H A DREADME.md3 A `tonic` based gRPC healthcheck implementation. It closely follows the official [health checking p…
/tonic/tests/service_named_service/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/wellknown-compiled/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/examples/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/same_name/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/use_arc_self/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/extern_path/my_application/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/ambiguous_methods/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/interop/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/root-crate-path/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/compression/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/stream_conflict/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tests/service_named_result/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/tonic/tonic/
H A DLICENSE15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

12