• Home
  • Raw
  • Download

Lines Matching refs:ServerContext

101       std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*,  in RpcMethodHandler()  argument
113 static_cast<::grpc::ServerContext*>(param.server_context), in RunHandler()
132 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*,
144 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*, in ClientStreamingHandler() argument
152 param.call, static_cast<::grpc::ServerContext*>(param.server_context)); in RunHandler()
157 static_cast<::grpc::ServerContext*>(param.server_context), in RunHandler()
181 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*,
192 ServiceType*, ::grpc::ServerContext*, in ServerStreamingHandler() argument
203 static_cast<::grpc::ServerContext*>(param.server_context)); in RunHandler()
206 static_cast<::grpc::ServerContext*>(param.server_context), in RunHandler()
248 std::function<::grpc::Status(ServiceType*, ::grpc::ServerContext*,
265 std::function<::grpc::Status(::grpc::ServerContext*, Streamer*)> func) in TemplatedBidiStreamingHandler() argument
270 static_cast<::grpc::ServerContext*>(param.server_context)); in RunHandler()
272 return func_(static_cast<::grpc::ServerContext*>(param.server_context), in RunHandler()
301 std::function<::grpc::Status(::grpc::ServerContext*, Streamer*)> func_;
311 ServiceType*, ::grpc::ServerContext*, in BidiStreamingHandler() argument
319 ::grpc::ServerContext* ctx, in BidiStreamingHandler()
332 ::grpc::Status(::grpc::ServerContext*, in StreamedUnaryHandler()
347 ::grpc::Status(::grpc::ServerContext*, in SplitServerStreamingHandler()