Home
last modified time | relevance | path

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

/third_party/grpc/examples/ruby/lib/
Dhelloworld_pb.rb16HelloRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloRequest").m… constant
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworld.cs45 public sealed partial class HelloRequest : pb::IMessage<HelloRequest> { class
61 public HelloRequest() { in HelloRequest() method in Helloworld.HelloRequest
68 public HelloRequest(HelloRequest other) : this() { in HelloRequest() method in Helloworld.HelloRequest
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloworld.cs45 public sealed partial class HelloRequest : pb::IMessage<HelloRequest> { class
61 public HelloRequest() { in HelloRequest() method in Helloworld.HelloRequest
68 public HelloRequest(HelloRequest other) : this() { in HelloRequest() method in Helloworld.HelloRequest
/third_party/grpc/examples/protos/
Dhelloworld.proto31 message HelloRequest { message
Dhellostreamingworld.proto30 message HelloRequest { message
/third_party/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto23 message HelloRequest { message
/third_party/grpc/bazel/test/python_test_repo/
Dhelloworld.proto34 message HelloRequest { message
/third_party/protobuf/php/tests/proto/
Dtest_service.proto12 message HelloRequest { message
/third_party/grpc/examples/python/helloworld/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
/third_party/grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
/third_party/grpc/examples/python/metadata/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
/third_party/grpc/examples/python/multiplex/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
/third_party/grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
/third_party/grpc/examples/python/xds/
Dhelloworld_pb2.py93 HelloRequest = _reflection.GeneratedProtocolMessageType('HelloRequest', (_message.Message,), dict( variable
Dserver.py40 def SayHello(self, request: helloworld_pb2.HelloRequest,
/third_party/protobuf/php/tests/
DGeneratedServiceTest.php10 use Foo\HelloRequest; alias
/third_party/grpc/examples/node/static_codegen/
Dhelloworld_pb.js25 proto.helloworld.HelloRequest = function(opt_data) { class in proto.helloworld