Home
last modified time | relevance | path

Searched defs:HelloRequest (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/grpc/examples/go/greeter/models/
DHelloRequest.go9 type HelloRequest struct { struct
10 _tab flatbuffers.Table
35 func (rcv *HelloRequest) Init(buf []byte, i flatbuffers.UOffsetT) {
40 func (rcv *HelloRequest) Table() flatbuffers.Table {
44 func (rcv *HelloRequest) Name() []byte {
DGreeter_grpc.go76 SayHello(context.Context, *HelloRequest) (*flatbuffers.Builder, error)
77 SayManyHellos(*HelloRequest, Greeter_SayManyHellosServer) error
/third_party/protobuf/php/tests/proto/
Dtest_service.proto12 message HelloRequest { message
/third_party/flatbuffers/grpc/examples/ts/greeter/src/models/
Dhello-request.ts9 export class HelloRequest { class
/third_party/protobuf/php/tests/
DGeneratedServiceTest.php10 use Foo\HelloRequest; alias
/third_party/flatbuffers/grpc/examples/python/greeter/models/
DHelloRequest.py9 class HelloRequest(object): class