Lines Matching defs:Channel
49 auto NewStatus = Channel->GetState(/*try_to_connect=*/false);
118 std::shared_ptr<grpc::Channel> Channel, llvm::StringRef Address,
121 : Stub(remote::v1::SymbolIndex::NewStub(Channel)), Channel(Channel),
123 ConnectionStatus(Channel->GetState(/*try_to_connect=*/true)),
182 std::shared_ptr<grpc::Channel> Channel;
194 const auto Channel =
197 new IndexClient(Channel, Address, ProjectRoot));