Home
last modified time | relevance | path

Searched defs:BidiStreamingCall (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/
H A DCallInvokerTest.php107 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
137 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/
H A DBidiStreamingCall.php26 class BidiStreamingCall extends AbstractCall class
H A DDefaultCallInvoker.php42 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
H A DCallInvoker.php31 public function BidiStreamingCall($channel, $method, $deserialize, $options); function