Searched refs:other_xds (Results 1 – 1 of 1) sorted by relevance
146 const auto* other_xds = static_cast<const XdsConfigSelector*>(other); in Equals() local148 return route_table_ == other_xds->route_table_ && in Equals()149 clusters_ == other_xds->clusters_; in Equals()