Searched refs:call_invoker (Results 1 – 4 of 4) sorted by relevance
178 $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 …]
31 private $call_invoker; variable in Grpc\\BaseStub66 $this->call_invoker = $opts['grpc_call_invoker'];70 $this->channel = $this->call_invoker->createChannelFactory($hostname, $channel_opts);73 $this->call_invoker = new DefaultCallInvoker();
48 struct call_invoker;56 typedef call_invoker<96 struct call_invoker<0, T, R, Args> struct
33 struct call_invoker<N, T, R, Args>