Searched defs:ServerStreamingCall (Results 1 – 7 of 7) 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/php/tests/unit_tests/ |
| D | CallInvokerTest.php | 103 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel 133 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
|
| /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/pigweed/pw_rpc/ts/ |
| D | call.ts | 287 export class ServerStreamingCall extends Call { class
|
| /external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
| D | call.py | 301 class ServerStreamingCall(Call): class
|