Lines Matching defs:weight
957 uint32_t weight;
1115 } else if (util::istarts_with_l(param, "weight=")) {
1116 auto valstr = StringRef{first + str_size("weight="), end};
1119 << "backend: weight: non-negative integer [1, 256] is expected";
1126 << "backend: weight: non-negative integer [1, 256] is expected";
1129 out.weight = n;
1137 } else if (util::istarts_with_l(param, "group-weight=")) {
1138 auto valstr = StringRef{first + str_size("group-weight="), end};
1140 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is "
1147 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is "
1190 params.weight = 1;
1210 addr.weight = params.weight;
4432 addr.weight = 1;
4522 LOG(FATAL) << "backend: inconsistent group-weight for a single group";