Home
last modified time | relevance | path

Searched defs:SetReturnStatus (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DHookServiceStub.php52 public function SetReturnStatus( function in Grpc\\Testing\\HookServiceStub
DHookServiceClient.php61 public function SetReturnStatus(\Grpc\Testing\SetReturnStatusRequest $argument, function in Grpc\\Testing\\HookServiceClient
/third_party/grpc/test/cpp/interop/
Dpre_stop_hook_server.cc72 void SetReturnStatus(const Status& status) { in SetReturnStatus() function in grpc::testing::PreStopHookServer
155 ServerUnaryReactor* HookServiceImpl::SetReturnStatus( in SetReturnStatus() function in grpc::testing::HookServiceImpl
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto100 rpc SetReturnStatus(SetReturnStatusRequest) returns (grpc.testing.Empty); rpc