HomeSort by relevance Sort by last modified time
    Searched refs:UnimplementedCall (Results 1 - 8 of 8) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
UnimplementedServiceClient.php 45 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument,
47 return $this->_simpleRequest('/grpc.testing.UnimplementedService/UnimplementedCall',
TestServiceClient.php 144 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument,
146 return $this->_simpleRequest('/grpc.testing.TestService/UnimplementedCall',
  /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
test_services_pb.rb 63 rpc :UnimplementedCall, Empty, Empty
80 rpc :UnimplementedCall, Empty, Empty
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
TestGrpc.cs 97 "UnimplementedCall",
206 public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext context)
481 public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
483 return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken))
    [all...]
InteropClient.cs 573 var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty()));
582 var e = Assert.Throws<RpcException>(() => client.UnimplementedCall(new Empty()));
  /external/grpc-grpc/src/php/tests/interop/
interop_client.php 506 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
515 $call = $stub->UnimplementedCall(new Grpc\Testing\EmptyMessage());
  /external/grpc-grpc/src/python/grpcio_tests/tests/interop/
methods.py 367 response_future = (test_service_stub.UnimplementedCall.future(
373 response_future = (unimplemented_service_stub.UnimplementedCall.future(
  /external/grpc-grpc/test/cpp/interop/
interop_client.cc     [all...]

Completed in 1217 milliseconds