Searched refs:bootstrap_ (Results 1 – 4 of 4) sorted by relevance
266 std::unique_ptr<XdsBootstrap> bootstrap_; variable
1780 bootstrap_( in XdsClient()1783 bootstrap_ == nullptr ? nullptr : bootstrap_->node()), in XdsClient()1796 bootstrap_->server().server_uri.c_str()); in XdsClient()1799 grpc_channel* channel = CreateXdsChannel(*bootstrap_, *new_args, error); in XdsClient()
298 std::unique_ptr<XdsBootstrap> bootstrap_; variable
1737 bootstrap_(XdsBootstrap::Create(this, &grpc_xds_client_trace, in XdsClient()1740 bootstrap_ == nullptr in XdsClient()1742 : bootstrap_->certificate_providers())), in XdsClient()1744 bootstrap_ == nullptr ? nullptr : bootstrap_->node()) { in XdsClient()1755 WeakRef(DEBUG_LOCATION, "XdsClient+ChannelState"), bootstrap_->server()); in XdsClient()