Home
last modified time | relevance | path

Searched defs:SayManyHellos (Results 1 – 9 of 9) sorted by relevance

/third_party/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.d.ts10 SayManyHellos: IGreeterService_ISayManyHellos; property
37 SayManyHellos: grpc.handleServerStreamingCall<models_HelloRequest, models_HelloReply>; property
44SayManyHellos(request: models_HelloRequest, metadata: grpc.Metadata): grpc.ClientReadableStream<mo… method
45SayManyHellos(request: models_HelloRequest, options: Partial<grpc.CallOptions>): grpc.ClientReadab… method
Dserver.ts18 async SayManyHellos(call: grpc.ServerWritableStream<HelloRequest>): Promise<void> { method in GreeterServer
/third_party/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go19 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/
Dmain.go39 func (s *greeterServer) SayManyHellos(request *models.HelloRequest, stream models.Greeter_SayManyHe… func
/third_party/flatbuffers/grpc/examples/python/greeter/
Dserver.py35 def SayManyHellos(self, request, context): member in GreeterServicer
/third_party/flatbuffers/grpc/examples/python/greeter/models/
Dgreeter_grpc_fb.py33 def SayManyHellos(self, request, context): member in GreeterServicer
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift105 …func SayManyHellos(request: Message<models_HelloRequest>, context: StreamingResponseCallContext<Me… in SayHello() function
/third_party/flatbuffers/grpc/samples/greeter/
Dserver.cpp41 virtual grpc::Status SayManyHellos( in SayManyHellos() function in GreeterServiceImpl
Dclient.cpp37 void SayManyHellos(const std::string &name, int num_greetings, in SayManyHellos() function in GreeterClient