/third_party/flatbuffers/grpc/examples/go/greeter/models/ |
D | HelloReply.go | 9 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/ |
D | helloworld_pb.rb | 17 …HelloReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloReply").msgcl… constant
|
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | Helloworld.cs | 165 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/ |
D | Helloworld.cs | 165 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/ |
D | helloworld.proto | 36 message HelloReply { message
|
D | hellostreamingworld.proto | 36 message HelloReply { message
|
/third_party/grpc/test/distrib/csharp/DistribTest/ |
D | testcodegen.proto | 27 message HelloReply { message
|
/third_party/grpc/bazel/test/python_test_repo/ |
D | helloworld.proto | 40 message HelloReply { message
|
/third_party/protobuf/php/tests/proto/ |
D | test_service.proto | 16 message HelloReply { message
|
/third_party/grpc/examples/python/xds/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/multiplex/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/metadata/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/interceptors/headers/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/helloworld/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/interceptors/default_value/ |
D | helloworld_pb2.py | 100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
|
/third_party/flatbuffers/grpc/examples/ts/greeter/src/models/ |
D | hello-reply.ts | 7 export class HelloReply { class
|
/third_party/protobuf/php/tests/ |
D | GeneratedServiceTest.php | 11 use Foo\HelloReply; alias
|
/third_party/flatbuffers/grpc/examples/python/greeter/models/ |
D | HelloReply.py | 9 class HelloReply(object): class
|
/third_party/grpc/examples/node/static_codegen/ |
D | helloworld_pb.js | 184 proto.helloworld.HelloReply = function(opt_data) { class in proto.helloworld
|