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