Home
last modified time | relevance | path

Searched refs:ServerStreamingCall (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php103 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/
DDefaultCallInvoker.php38 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
39 return new ServerStreamingCall($channel, $method, $deserialize, $options);
DCallInvoker.php30 public function ServerStreamingCall($channel, $method, $deserialize, $options); function
DServerStreamingCall.php26 class ServerStreamingCall extends AbstractCall class
/external/pigweed/pw_rpc/ts/
Dmethod.ts22 ServerStreamingCall,
132 ): ServerStreamingCall {
133 const call = new ServerStreamingCall(
Dcall_test.ts20 import { Call, ServerStreamingCall } from './call';
151 const streamCall = new ServerStreamingCall(
Dcall.ts332 export class ServerStreamingCall extends Call { class
/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
Dimpl.py39 ServerStreamingCall,
287 ) -> ServerStreamingCall:
290 ServerStreamingCall,
305 ) -> ServerStreamingCall:
312 ServerStreamingCall, on_next, on_completed, on_error, max_responses
D__init__.py95 ServerStreamingCall,
Dcall.py299 class ServerStreamingCall(Call): class
/external/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift42 ) -> ServerStreamingCall<Message<models_HelloRequest>, Message<models_HelloReply>>
66 ) -> ServerStreamingCall<Message<models_HelloRequest>, Message<models_HelloReply>> {
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift42 ) -> ServerStreamingCall<Message<MyGame_Example_Stat>, Message<MyGame_Example_Monster>>
75 ) -> ServerStreamingCall<Message<MyGame_Example_Stat>, Message<MyGame_Example_Monster>> {
/external/pigweed/pw_rpc/py/
Ddocs.rst32 ServerStreamingCall,
/external/grpc-grpc/test/core/transport/binder/end2end/
Dend2end_binder_transport_test.cc243 TEST_P(End2EndBinderTransportTest, ServerStreamingCall) { in TEST_P() argument
/external/pigweed/docs/
Dchangelog.rst14518 * `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…