Home
last modified time | relevance | path

Searched defs:ServerStreamingCall (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/php/lib/Grpc/
DServerStreamingCall.php26 class ServerStreamingCall extends AbstractCall class
DCallInvoker.php30 public function ServerStreamingCall($channel, $method, $deserialize, $options); function
DDefaultCallInvoker.php38 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php103 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
133 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
/external/pigweed/pw_rpc/ts/
Dcall.ts293 export class ServerStreamingCall extends Call { class
/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
Dcall.py305 class ServerStreamingCall(Call): class
/external/grpc-grpc/test/core/transport/binder/end2end/
Dend2end_binder_transport_test.cc243 TEST_P(End2EndBinderTransportTest, ServerStreamingCall) { in TEST_P() argument