Home
last modified time | relevance | path

Searched defs:UnimplementedCall (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DUnimplementedServiceStub.php37 public function UnimplementedCall( function in Grpc\\Testing\\UnimplementedServiceStub
DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
DTestServiceStub.php155 public function UnimplementedCall( function in Grpc\\Testing\\TestServiceStub
DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DUnimplementedServiceClient.php46 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\UnimplementedServiceClient
DTestServiceClient.php152 public function UnimplementedCall(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\TestServiceClient
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
74 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty); rpc
/third_party/grpc/src/php/tests/interop/
Dinterop_server.php190 public function UnimplementedCall( function in TestService