Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php107 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
108 return new BidiStreamingCall($channel, $method, $deserialize, $options);
137 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
138 return new BidiStreamingCall($channel, $method, $deserialize, $options);
/external/grpc-grpc/src/php/lib/Grpc/
DDefaultCallInvoker.php43 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
44 return new BidiStreamingCall($channel, $method, $deserialize, $options);
DCallInvoker.php32 public function BidiStreamingCall($channel, $method, $deserialize, $options); function
DBidiStreamingCall.php26 class BidiStreamingCall extends AbstractCall class