Searched defs:SayManyHellos (Results 1 – 9 of 9) sorted by relevance
/third_party/flatbuffers/grpc/examples/ts/greeter/src/ |
D | greeter_grpc.d.ts | 10 SayManyHellos: IGreeterService_ISayManyHellos; property 37 SayManyHellos: grpc.handleServerStreamingCall<models_HelloRequest, models_HelloReply>; property 44 …SayManyHellos(request: models_HelloRequest, metadata: grpc.Metadata): grpc.ClientReadableStream<mo… method 45 …SayManyHellos(request: models_HelloRequest, options: Partial<grpc.CallOptions>): grpc.ClientReadab… method
|
D | server.ts | 18 async SayManyHellos(call: grpc.ServerWritableStream<HelloRequest>): Promise<void> { method in GreeterServer
|
/third_party/flatbuffers/grpc/examples/go/greeter/models/ |
D | Greeter_grpc.go | 19 SayManyHellos(ctx context.Context, in *flatbuffers.Builder, methodSpec 41 func (c *greeterClient) SayManyHellos(ctx context.Context, in *flatbuffers.Builder, func 77 SayManyHellos(*HelloRequest, Greeter_SayManyHellosServer) error methodSpec 88 func (UnimplementedGreeterServer) SayManyHellos(*HelloRequest, Greeter_SayManyHellosServer) error { func
|
/third_party/flatbuffers/grpc/examples/go/greeter/server/ |
D | main.go | 39 func (s *greeterServer) SayManyHellos(request *models.HelloRequest, stream models.Greeter_SayManyHe… func
|
/third_party/flatbuffers/grpc/examples/python/greeter/ |
D | server.py | 35 def SayManyHellos(self, request, context): member in GreeterServicer
|
/third_party/flatbuffers/grpc/examples/python/greeter/models/ |
D | greeter_grpc_fb.py | 33 def SayManyHellos(self, request, context): member in GreeterServicer
|
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/ |
D | greeter.grpc.swift | 105 …func SayManyHellos(request: Message<models_HelloRequest>, context: StreamingResponseCallContext<Me… in SayHello() function
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | server.cpp | 41 virtual grpc::Status SayManyHellos( in SayManyHellos() function in GreeterServiceImpl
|
D | client.cpp | 37 void SayManyHellos(const std::string &name, int num_greetings, in SayManyHellos() function in GreeterClient
|