Lines Matching full:component
42 // Look for this first component in the following order.
176 i.Component = find_first_component(path);
191 // Increment Position to past the current component
192 Position += Component.size();
196 Component = StringRef();
202 bool was_net = Component.size() > 2 &&
203 is_separator(Component[0]) &&
204 Component[1] == Component[0] &&
205 !is_separator(Component[2]);
213 || Component.endswith(":")
216 Component = Path.substr(Position, 1);
229 Component = ".";
234 // Find next component.
236 Component = Path.slice(Position, end_pos);
251 Component = ".";
266 Component = Path.slice(start_pos, end_pos);
302 // just {C:,//net}, return the first component.
329 // just {C:,//net}, return the first component.
352 // {C:,//net}, skip to the next component.
395 // Strip separators from beginning of component.