Home
last modified time | relevance | path

Searched refs:call_invoker (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/php/tests/unit_tests/
DCallInvokerTest.php178 $call_invoker = new \Grpc\DefaultCallInvoker();
179 $this->assertNotNull($call_invoker);
184 $call_invoker = new CallInvokerUpdateChannel();
185 $this->assertNotNull($call_invoker);
190 $call_invoker = new CallInvokerUpdateChannel();
193 'grpc_call_invoker' => $call_invoker]);
194 $this->assertEquals($call_invoker->getChannel()->getTarget(), 'localhost:50050');
195 $call_invoker->getChannel()->close();
201 $call_invoker = new CallInvokerChangeRequest();
205 'grpc_call_invoker' => $call_invoker,
[all …]
/third_party/grpc/src/php/lib/Grpc/
DBaseStub.php31 private $call_invoker; variable in Grpc\\BaseStub
66 $this->call_invoker = $opts['grpc_call_invoker'];
70 $this->channel = $this->call_invoker->createChannelFactory($hostname, $channel_opts);
73 $this->call_invoker = new DefaultCallInvoker();
/third_party/boost/boost/parameter/aux_/python/
Dinvoker.hpp48 struct call_invoker;
56 typedef call_invoker<
96 struct call_invoker<0, T, R, Args> struct
Dinvoker_iterate.hpp33 struct call_invoker<N, T, R, Args>