OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamingBothWays
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
benchmark_service_services_pb.rb
50
rpc :
StreamingBothWays
, stream(SimpleRequest), stream(SimpleResponse)
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
BenchmarkServiceClient.php
97
public function
StreamingBothWays
($metadata = [], $options = []) {
98
return $this->_bidiRequest('/grpc.testing.BenchmarkService/
StreamingBothWays
',
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkServiceGrpc.cs
66
"
StreamingBothWays
",
138
public virtual global::System.Threading.Tasks.Task
StreamingBothWays
(grpc::IAsyncStreamReader<global::Grpc.Testing.SimpleRequest> requestStream, grpc::IServerStreamWriter<global::Grpc.Testing.SimpleResponse> responseStream, grpc::ServerCallContext context)
294
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse>
StreamingBothWays
(grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
296
return
StreamingBothWays
(new grpc::CallOptions(headers, deadline, cancellationToken));
304
public virtual grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse>
StreamingBothWays
(grpc::CallOptions options)
324
.AddMethod(__Method_StreamingBothWays, serviceImpl.
StreamingBothWays
).Build();
Control.cs
160
[pbr::OriginalName("STREAMING_BOTH_WAYS")]
StreamingBothWays
= 4,
[
all
...]
/external/grpc-grpc/test/cpp/qps/
server_sync.cc
82
Status
StreamingBothWays
(
client_sync.cc
391
stream_[thread_idx] = stub->
StreamingBothWays
(&context_[thread_idx]);
Completed in 513 milliseconds