Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/
H A DCallInvokerTest.php99 public function ClientStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
129 public function ClientStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/
H A DClientStreamingCall.php26 class ClientStreamingCall extends AbstractCall class
H A DDefaultCallInvoker.php34 public function ClientStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
H A DCallInvoker.php29 public function ClientStreamingCall($channel, $method, $deserialize, $options); function
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dcall.ts310 export class ClientStreamingCall extends Call { class
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
H A Dcall.py328 class ClientStreamingCall(Call): class
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dend2end_binder_transport_test.cc360 TEST_P(End2EndBinderTransportTest, ClientStreamingCall) { in TEST_P() argument