reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
390 const_iterator b = begin(path, style), pos = b, e = end(path); 393 b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0]; 394 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); 398 (++pos != e) && is_separator((*pos)[0], style)) { 403 if (!has_net && is_separator((*b)[0], style)) {