Home
last modified time | relevance | path

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

12

/third_party/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 {
/third_party/grpc/examples/ruby/lib/
Dhelloworld_pb.rb16HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").m… constant
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestGrpcServicesMetadata/
Dmessages.proto22 message HelloRequest { message
/third_party/grpc/examples/python/helloworld/
Dasync_greeter_server_with_reflection.py28 request: helloworld_pb2.HelloRequest,
Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
Dasync_greeter_server_with_graceful_shutdown.py30 request: helloworld_pb2.HelloRequest,
/third_party/grpc/examples/python/uds/
Dasync_greeter_server.py27 request: helloworld_pb2.HelloRequest,
/third_party/grpc/examples/python/hellostreamingworld/
Dasync_greeter_server.py30 self, request: HelloRequest, context: grpc.aio.ServicerContext
/third_party/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto23 message HelloRequest { message
/third_party/grpc/test/distrib/bazel/cpp/protos/
Dhelloworld.proto31 message HelloRequest { message
/third_party/grpc/examples/python/observability/csm/
Dhelloworld.proto31 message HelloRequest { message
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestProtoOutsideProject/api/
Dgreet.proto25 message HelloRequest { message
/third_party/grpc/examples/python/no_codegen/
Dhelloworld.proto31 message HelloRequest { message
/third_party/grpc/examples/python/retry/
Dhelloworld.proto26 message HelloRequest { message
Dflaky_server.py34 request: helloworld_pb2.HelloRequest,
/third_party/grpc/examples/protos/
Dhellostreamingworld.proto30 message HelloRequest { message
/third_party/grpc/examples/python/debug/
Dasyncio_send_message.py28 stub: helloworld_pb2_grpc.GreeterStub, request: helloworld_pb2.HelloRequest
/third_party/grpc/test/csharp/codegen/deprecated/proto/
Ddepnothing.proto28 message HelloRequest { message
Ddepservice.proto29 message HelloRequest { message
Ddepmethod.proto30 message HelloRequest { message
/third_party/grpc/test/csharp/codegen/basenamespace/proto/
Dnamespacetest.proto30 message HelloRequest { message
/third_party/grpc/test/csharp/codegen/simple/proto/
Dhelloworld.proto28 message HelloRequest { message
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestSetOutputDirs/
Dfile.proto27 message HelloRequest { message
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestMultipleProtos/protos/
Danother.proto27 message HelloRequest { message
/third_party/grpc/examples/php/Helloworld/
DHelloRequest.php16 class HelloRequest extends \Google\Protobuf\Internal\Message class

12