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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
TestServiceClient.php 45 public function EmptyCall(\Grpc\Testing\PBEmpty $argument,
47 return $this->_simpleRequest('/grpc.testing.TestService/EmptyCall',
  /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
test_services_pb.rb 39 rpc :EmptyCall, Empty, Empty
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
TestServiceImpl.cs 35 public override Task<Empty> EmptyCall(Empty request, ServerCallContext context)
TestGrpc.cs 48 "EmptyCall",
116 public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext context)
244 public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
246 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken));
254 public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::CallOptions options)
    [all...]
InteropClient.cs 205 var response = client.EmptyCall(new Empty());
  /external/grpc-grpc/src/python/grpcio_tests/tests/interop/
methods.py 58 def EmptyCall(self, request, context):
145 response = stub.EmptyCall(empty_pb2.Empty())
  /external/grpc-grpc/test/cpp/interop/
interop_server.cc 141 Status EmptyCall(ServerContext* context, const grpc::testing::Empty* request,
interop_client.cc 160 Status s = serviceStub_.Get()->EmptyCall(&context, request, &response);
    [all...]
  /external/grpc-grpc/src/php/tests/interop/
interop_client.php 62 $stub->EmptyCall(new Grpc\Testing\EmptyMessage())->wait();

Completed in 536 milliseconds