HomeSort by relevance Sort by last modified time
    Searched defs:StreamingCall (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/qps/
benchmark_server.py 26 def StreamingCall(self, request_iterator, context):
42 def StreamingCall(self, request_iterator, context):
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkServiceImpl.cs 44 public override async Task StreamingCall(IAsyncStreamReader<SimpleRequest> requestStream, IServerStreamWriter<SimpleResponse> responseStream, ServerCallContext context)
ServerRunners.cs 74 service = GenericService.BindHandler(genericService.StreamingCall);
104 public async Task StreamingCall(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byte[]> responseStream, ServerCallContext context)
BenchmarkServiceGrpc.cs 45 "StreamingCall",
100 public virtual global::System.Threading.Tasks.Task StreamingCall(grpc::IAsyncStreamReader<global::Grpc.Testing.SimpleRequest> requestStream, grpc::IServerStreamWriter<global::Grpc.Testing.SimpleResponse> responseStream, grpc::ServerCallContext context)
225 public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
227 return StreamingCall(new grpc::CallOptions(headers, deadline, cancellationToken));
236 public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse> StreamingCall(grpc::CallOptions options)
321 .AddMethod(__Method_StreamingCall, serviceImpl.StreamingCall)
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
BenchmarkServiceClient.php 58 public function StreamingCall($metadata = [], $options = []) {
59 return $this->_bidiRequest('/grpc.testing.BenchmarkService/StreamingCall',

Completed in 134 milliseconds