/external/grpc-grpc/src/php/tests/unit_tests/ |
D | CallInvokerTest.php | 103 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel 104 return new ServerStreamingCall($channel, $method, $deserialize, $options); 133 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest 134 return new ServerStreamingCall($channel, $method, $deserialize, $options);
|
/external/grpc-grpc/src/php/lib/Grpc/ |
D | DefaultCallInvoker.php | 38 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker 39 return new ServerStreamingCall($channel, $method, $deserialize, $options);
|
D | CallInvoker.php | 30 public function ServerStreamingCall($channel, $method, $deserialize, $options); function
|
D | ServerStreamingCall.php | 26 class ServerStreamingCall extends AbstractCall class
|
/external/pigweed/pw_rpc/ts/ |
D | method.ts | 22 ServerStreamingCall, 132 ): ServerStreamingCall { 133 const call = new ServerStreamingCall(
|
D | call_test.ts | 20 import { Call, ServerStreamingCall } from './call'; 151 const streamCall = new ServerStreamingCall(
|
D | call.ts | 332 export class ServerStreamingCall extends Call { class
|
/external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
D | impl.py | 39 ServerStreamingCall, 287 ) -> ServerStreamingCall: 290 ServerStreamingCall, 305 ) -> ServerStreamingCall: 312 ServerStreamingCall, on_next, on_completed, on_error, max_responses
|
D | __init__.py | 95 ServerStreamingCall,
|
D | call.py | 299 class ServerStreamingCall(Call): class
|
/external/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/ |
D | greeter.grpc.swift | 42 ) -> ServerStreamingCall<Message<models_HelloRequest>, Message<models_HelloReply>> 66 ) -> ServerStreamingCall<Message<models_HelloRequest>, Message<models_HelloReply>> {
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test.grpc.swift | 42 ) -> ServerStreamingCall<Message<MyGame_Example_Stat>, Message<MyGame_Example_Monster>> 75 ) -> ServerStreamingCall<Message<MyGame_Example_Stat>, Message<MyGame_Example_Monster>> {
|
/external/pigweed/pw_rpc/py/ |
D | docs.rst | 32 ServerStreamingCall,
|
/external/grpc-grpc/test/core/transport/binder/end2end/ |
D | end2end_binder_transport_test.cc | 243 TEST_P(End2EndBinderTransportTest, ServerStreamingCall) { in TEST_P() argument
|
/external/pigweed/docs/ |
D | changelog.rst | 14518 * `Add request_completion to ServerStreamingCall python API <https://pigweed-review.googlesource.co… 14775 A ``request_completion()`` method was added to the ``ServerStreamingCall`` 14779 * `Add request_completion to ServerStreamingCall python API <https://pigweed-review.googlesource.co…
|