Searched defs:ClientStreamingCall (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/php/lib/Grpc/ | ||
D | ClientStreamingCall.php | 26 class ClientStreamingCall extends AbstractCall class |
D | CallInvoker.php | 30 public function ClientStreamingCall($channel, $method, $deserialize, $options); function |
D | DefaultCallInvoker.php | 35 public function ClientStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker |
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ | ||
D | ClientServerTest.cs | 166 public async Task ClientStreamingCall() in ClientStreamingCall() method in Grpc.Core.Tests.ClientServerTest |
/external/grpc-grpc/src/php/tests/unit_tests/ | ||
D | CallInvokerTest.php | 99 public function ClientStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel |