Lines Matching refs:groups

42   auto groups = std::vector<std::shared_ptr<DownstreamAddrGroup>>();
50 groups.push_back(std::move(g));
60 for (size_t i = 0; i < groups.size(); ++i) {
61 auto &g = groups[i];
67 StringRef::from_lit("/"), groups, 255, balloc));
72 StringRef::from_lit("/"), groups, 255, balloc));
77 StringRef::from_lit("/alpha"), groups, 255, balloc));
81 StringRef::from_lit("/alpha/bravo/"), groups, 255,
87 StringRef::from_lit("/alpha/bravo"), groups, 255, balloc));
92 StringRef::from_lit("/Alpha/bravo"), groups, 255, balloc));
96 StringRef::from_lit("/alpha/bravo/charlie"), groups, 255,
101 StringRef::from_lit("/alpha/charlie"), groups, 255,
108 StringRef::from_lit("/alpha/charlie/"), groups, 255,
113 StringRef::from_lit("/"), groups, 255, balloc));
117 StringRef::from_lit("/"), groups, 255, balloc));
121 StringRef::from_lit("alpha"), groups, 255, balloc));
125 StringRef::from_lit("/"), groups, 255, balloc));
130 StringRef::from_lit("*"), groups, 255, balloc));
134 StringRef::from_lit("/"), groups, 255, balloc));
137 StringRef::from_lit("/"), groups, 255, balloc));
140 StringRef::from_lit("/"), groups, 255, balloc));
143 StringRef::from_lit("/"), groups, 255, balloc));
148 StringRef::from_lit("/alpha/bravo/delta"), groups, 255,
153 StringRef::from_lit("/alpha/bravo/delta/"), groups, 255,
159 StringRef::from_lit("/alpha/bravo"), groups, 255, balloc));
163 StringRef::from_lit("/alpha/bravo/"), groups, 255,
168 StringRef::from_lit("/alpha"), groups, 255, balloc));
173 StringRef::from_lit("/alpha"), groups, 255, balloc));
177 StringRef::from_lit("/alpha/"), groups, 255, balloc));
181 StringRef::from_lit("/alpha/bravo"), groups, 255, balloc));
185 StringRef::from_lit("/alph"), groups, 255, balloc));
189 StringRef::from_lit("/"), groups, 255, balloc));
194 groups.push_back(std::move(g1));
198 groups.push_back(std::move(g2));
202 groups.push_back(std::move(g3));
219 StringRef::from_lit("/echo"), groups, 255, balloc));
223 StringRef::from_lit("/echo"), groups, 255, balloc));
227 StringRef::from_lit("/echo"), groups, 255, balloc));
231 StringRef::from_lit("/echo/foxtrot"), groups, 255,
236 StringRef::from_lit("/golf"), groups, 255, balloc));
240 StringRef::from_lit("/echo"), groups, 255, balloc));
244 StringRef{}, groups, 255, balloc));