Home
last modified time | relevance | path

Searched defs:HelloReply (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/examples/ruby/lib/
Dhelloworld_pb.rb17HelloReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloReply").msgcl… constant
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworld.cs165 public sealed partial class HelloReply : pb::IMessage<HelloReply> { class
181 public HelloReply() { in HelloReply() method in Helloworld.HelloReply
188 public HelloReply(HelloReply other) : this() { in HelloReply() method in Helloworld.HelloReply
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloworld.cs165 public sealed partial class HelloReply : pb::IMessage<HelloReply> { class
181 public HelloReply() { in HelloReply() method in Helloworld.HelloReply
188 public HelloReply(HelloReply other) : this() { in HelloReply() method in Helloworld.HelloReply
/third_party/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto27 message HelloReply { message
/third_party/grpc/examples/protos/
Dhelloworld.proto36 message HelloReply { message
Dhellostreamingworld.proto36 message HelloReply { message
/third_party/protobuf/php/tests/proto/
Dtest_service.proto16 message HelloReply { message
/third_party/grpc/bazel/test/python_test_repo/
Dhelloworld.proto40 message HelloReply { message
/third_party/grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/metadata/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/xds/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/multiplex/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/helloworld/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/protobuf/php/tests/
DGeneratedServiceTest.php11 use Foo\HelloReply; alias
/third_party/grpc/examples/node/static_codegen/
Dhelloworld_pb.js184 proto.helloworld.HelloReply = function(opt_data) { class in proto.helloworld