Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/flatbuffers/grpc/examples/go/greeter/models/
H A DHelloRequest.go9 type HelloRequest struct { struct
10 _tab flatbuffers.Table
27 func (rcv *HelloRequest) Init(buf []byte, i flatbuffers.UOffsetT) {
32 func (rcv *HelloRequest) Table() flatbuffers.Table {
36 func (rcv *HelloRequest) Name() []byte {
H A DGreeter_grpc.go76 SayHello(context.Context, *HelloRequest) (*flatbuffers.Builder, error)
77 SayManyHellos(*HelloRequest, Greeter_SayManyHellosServer) error
/aosp_15_r20/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()
/aosp_15_r20/external/grpc-grpc/examples/ruby/lib/
H A Dhelloworld_pb.rb16HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").m… constant
/aosp_15_r20/external/grpc-grpc/examples/python/helloworld/
H A Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
H A Dasync_greeter_server_with_reflection.py28 request: helloworld_pb2.HelloRequest,
/aosp_15_r20/external/grpc-grpc/examples/python/uds/
H A Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestGrpcServicesMetadata/
H A Dmessages.proto22 message HelloRequest { message
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_proto_library/
H A Dgrpc.proto6 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc/examples/python/hellostreamingworld/
H A Dasync_greeter_server.py30 self, request: HelloRequest, context: grpc.aio.ServicerContext
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/proto_bindings/proto/
H A Dhelloworld.proto27 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-gcp-observability/src/main/proto/helloworld/
H A Dhelloworld.proto32 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-debug/src/main/proto/helloworld/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/opencensus-java/examples/src/main/proto/
H A Dhelloworld.proto32 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-xds/src/main/proto/helloworld/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc/examples/python/no_codegen/
H A Dhelloworld.proto31 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-hostname/src/main/proto/helloworld/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-jwt-auth/src/main/proto/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/proto_bindings/proto/
H A Dhelloworld.proto27 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc/test/distrib/bazel/cpp/protos/
H A Dhelloworld.proto31 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/proto/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-reflection/src/main/proto/helloworld/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto23 message HelloRequest { message
/aosp_15_r20/external/grpc-grpc-java/examples/example-orca/src/main/proto/helloworld/
H A Dhelloworld.proto30 message HelloRequest { message
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/proto/helloworld/
Dhelloworld.proto30 message HelloRequest { message

1234