Searched defs:EmptyCall (Results 1 – 10 of 10) sorted by relevance
30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); rpc
30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context) in EmptyCall() method in Grpc.Testing.TestServiceImpl
116 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::G… in EmptyCall() method in Grpc.Testing.TestService.TestServiceBase244 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() method in Grpc.Testing.TestService.TestServiceClient
45 public function EmptyCall(\Grpc\Testing\PBEmpty $argument, function in Grpc\\Testing\\TestServiceClient
1030 ### EmptyCall subsection1031 [EmptyCall]: #emptycall
141 Status EmptyCall(ServerContext* context, const grpc::testing::Empty* request, in EmptyCall() function in TestServiceImpl
58 def EmptyCall(self, request, context): member in TestService