Searched refs:BidiStreamingCall (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | CallInvokerTest.php | 107 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/ |
D | DefaultCallInvoker.php | 43 public function BidiStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker 44 return new BidiStreamingCall($channel, $method, $deserialize, $options);
|
D | CallInvoker.php | 32 public function BidiStreamingCall($channel, $method, $deserialize, $options); function
|
D | BidiStreamingCall.php | 26 class BidiStreamingCall extends AbstractCall class
|