Home
last modified time | relevance | path

Searched defs:HelloRequest (Results 1 – 25 of 93) sorted by relevance

1234

/external/flatbuffers/grpc/examples/go/greeter/models/
DHelloRequest.go9 type HelloRequest struct { struct
10 _tab flatbuffers.Table
35 func (rcv *HelloRequest) Init(buf []byte, i flatbuffers.UOffsetT) {
40 func (rcv *HelloRequest) Table() flatbuffers.Table {
44 func (rcv *HelloRequest) Name() []byte {
/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/
Dhelloworld.rs3 pub struct HelloRequest { struct
5 pub name: std::string::String,
56 request: tonic::Request<super::HelloRequest>, in say_hello()
82 request: tonic::Request<super::HelloRequest>, in say_hello()
140 request: tonic::Request<super::HelloRequest>, in call()
/external/grpc-grpc/examples/ruby/lib/
Dhelloworld_pb.rb16HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").m… constant
/external/grpc-grpc/examples/python/helloworld/
Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
Dasync_greeter_server_with_reflection.py28 request: helloworld_pb2.HelloRequest,
/external/bazelbuild-rules_go/tests/core/go_proto_library/
Dgrpc.proto6 message HelloRequest { message
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestGrpcServicesMetadata/
Dmessages.proto22 message HelloRequest { message
/external/grpc-grpc/examples/python/uds/
Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
/external/grpc-grpc/examples/python/hellostreamingworld/
Dasync_greeter_server.py30 self, request: HelloRequest, context: grpc.aio.ServicerContext
/external/grpc-grpc-java/examples/example-tls/src/main/proto/helloworld/
Dhelloworld.proto30 message HelloRequest { message
/external/grpc-grpc-java/examples/example-gcp-observability/src/main/proto/helloworld/
Dhelloworld.proto32 message HelloRequest { message
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestProtoOutsideProject/api/
Dgreet.proto25 message HelloRequest { message
/external/grpc-grpc-java/examples/src/main/proto/
Dhelloworld.proto30 message HelloRequest { message
/external/grpc-grpc-java/examples/android/strictmode/app/src/main/proto/
Dhelloworld.proto30 message HelloRequest { message
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto23 message HelloRequest { message
/external/grpc-grpc-java/examples/example-reflection/src/main/proto/helloworld/
Dhelloworld.proto30 message HelloRequest { message
/external/grpc-grpc-java/examples/example-hostname/src/main/proto/helloworld/
Dhelloworld.proto30 message HelloRequest { message
/external/grpc-grpc/examples/python/no_codegen/
Dhelloworld.proto31 message HelloRequest { message
/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/proto_bindings/proto/
Dhelloworld.proto27 message HelloRequest { message
/external/grpc-grpc-java/examples/example-servlet/src/main/proto/helloworld/
Dhelloworld.proto30 message HelloRequest { message
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/bazel/cpp/protos/
Dhelloworld.proto31 message HelloRequest { message
/external/bazelbuild-rules_rust/proto/prost/private/tests/services/helloworld/
Dhelloworld.proto12 message HelloRequest { message
/external/grpc-grpc-java/examples/example-jwt-auth/src/main/proto/
Dhelloworld.proto30 message HelloRequest { message
/external/opencensus-java/examples/src/main/proto/
Dhelloworld.proto32 message HelloRequest { message
/external/grpc-grpc/test/distrib/bazel/cpp/protos/
Dhelloworld.proto31 message HelloRequest { message

1234