Searched defs:RouteEntry (Results 1 – 3 of 3) sorted by relevance
201 struct RouteEntry { struct in grpc_core::__anon886d5f1d0111::XdsResolver::RouteConfigData202 struct ClusterWeightState {214 XdsRouteConfigResource::Route route;215 RefCountedPtr<ServiceConfig> method_config;216 std::vector<ClusterWeightState> weighted_cluster_state;218 explicit RouteEntry(const XdsRouteConfigResource::Route& r) : route(r) {} in RouteEntry() argument220 bool operator==(const RouteEntry& other) const { in operator ==()
1224 pub struct RouteEntry { struct1225 pub ip_addr: IpAddress,1226 pub subnet_mask: IpAddress,1227 pub gw_addr: IpAddress,