Home
last modified time | relevance | path

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

/third_party/flatbuffers/grpc/examples/go/greeter/models/
DHelloReply.go9 type HelloReply struct { struct
10 _tab flatbuffers.Table
27 func (rcv *HelloReply) Init(buf []byte, i flatbuffers.UOffsetT) {
32 func (rcv *HelloReply) Table() flatbuffers.Table {
36 func (rcv *HelloReply) Message() []byte {
/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/examples/protos/
Dhelloworld.proto36 message HelloReply { message
Dhellostreamingworld.proto36 message HelloReply { message
/third_party/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto27 message HelloReply { message
/third_party/grpc/bazel/test/python_test_repo/
Dhelloworld.proto40 message HelloReply { message
/third_party/protobuf/php/tests/proto/
Dtest_service.proto16 message HelloReply { message
/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/metadata/
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/grpc/examples/python/helloworld/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/third_party/flatbuffers/grpc/examples/ts/greeter/src/models/
Dhello-reply.ts7 export class HelloReply { class
/third_party/protobuf/php/tests/
DGeneratedServiceTest.php11 use Foo\HelloReply; alias
/third_party/flatbuffers/grpc/examples/python/greeter/models/
DHelloReply.py9 class HelloReply(object): class
/third_party/grpc/examples/node/static_codegen/
Dhelloworld_pb.js184 proto.helloworld.HelloReply = function(opt_data) { class in proto.helloworld