Home
last modified time | relevance | path

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

12

/external/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 {
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworld.cs179 public sealed partial class HelloReply : pb::IMessage<HelloReply> { class
196 public HelloReply() { in HelloReply() method in Helloworld.HelloReply
203 public HelloReply(HelloReply other) : this() { in HelloReply() method in Helloworld.HelloReply
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworld.cs179 public sealed partial class HelloReply : pb::IMessage<HelloReply> { class
196 public HelloReply() { in HelloReply() method in Helloworld.HelloReply
203 public HelloReply(HelloReply other) : this() { in HelloReply() method in Helloworld.HelloReply
/external/grpc-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
/external/grpc-grpc/examples/ruby/lib/
Dhelloworld_pb.rb17HelloReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("helloworld.HelloReply").msgcl… constant
/external/opencensus-java/examples/src/main/proto/
Dhelloworld.proto37 message HelloReply { message
/external/grpc-grpc-java/examples/example-kotlin/src/main/proto/
Dhelloworld.proto35 message HelloReply { message
/external/grpc-grpc-java/examples/src/main/proto/
Dhello_streaming.proto35 message HelloReply { message
Dhelloworld.proto35 message HelloReply { message
/external/grpc-grpc/examples/protos/
Dhelloworld.proto36 message HelloReply { message
Dhellostreamingworld.proto36 message HelloReply { message
/external/grpc-grpc/test/distrib/csharp/test_codegen/
Dtestcodegen.proto27 message HelloReply { message
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto27 message HelloReply { message
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/proto/
Dhelloworld.proto35 message HelloReply { message
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/proto/
Dhelloworld.proto35 message HelloReply { message
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/
Dhelloworld.proto40 message HelloReply { message
/external/protobuf/php/tests/proto/
Dtest_service.proto16 message HelloReply { message
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest_service.proto16 message HelloReply { message
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/external/grpc-grpc/examples/python/multiplex/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py100 HelloReply = _reflection.GeneratedProtocolMessageType('HelloReply', (_message.Message,), dict( variable
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/proto/
Dhelloworld.proto42 message HelloReply { message
/external/flatbuffers/grpc/examples/ts/greeter/src/models/
Dhello-reply.ts7 export class HelloReply { class
/external/cronet/third_party/protobuf/php/tests/
DGeneratedServiceTest.php11 use Foo\HelloReply; alias

12