Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h266 std::unique_ptr<XdsBootstrap> bootstrap_; variable
Dxds_client.cc1780 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()
/third_party/grpc/src/core/ext/xds/
Dxds_client.h298 std::unique_ptr<XdsBootstrap> bootstrap_; variable
Dxds_client.cc1737 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()