Home
last modified time | relevance | path

Searched defs:HelloReply (Results 1 – 5 of 5) 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/protobuf/php/tests/proto/
Dtest_service.proto16 message HelloReply { message
/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