Home
last modified time | relevance | path

Searched refs:expected_cluster_names (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1694 const std::set<absl::string_view>& expected_cluster_names, in CdsResponseParse() argument
1720 if (expected_cluster_names.find(cluster_name) == in CdsResponseParse()
1721 expected_cluster_names.end()) { in CdsResponseParse()
2065 const std::set<absl::string_view>& expected_cluster_names, in ParseAdsResponse() argument
2100 response, expected_cluster_names, in ParseAdsResponse()
Dxds_api.h441 const std::set<absl::string_view>& expected_cluster_names,