OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streaming_call
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/php/tests/interop/
interop_client.php
439
$
streaming_call
= $stub->FullDuplexCall($metadata);
variable
446
$
streaming_call
->write($streaming_request);
447
$
streaming_call
->writesDone();
448
$result = $
streaming_call
->read();
450
hardAssertIfStatusOk($
streaming_call
->getStatus());
452
$streaming_initial_metadata = $
streaming_call
->getMetadata();
459
$streaming_trailing_metadata = $
streaming_call
->getTrailingMetadata();
486
$
streaming_call
= $stub->FullDuplexCall();
variable
490
$
streaming_call
->write($streaming_request);
491
$
streaming_call
->writesDone()
[
all
...]
/external/grpc-grpc/src/ruby/qps/
server.rb
36
def
streaming_call
(reqs)
method in class:BenchmarkServiceImpl
client.rb
119
resp = stub.
streaming_call
(q.each_item)
Completed in 94 milliseconds