reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
96 if (str.size() > 0 && is_separator(str[str.size() - 1], style)) 99 size_t pos = str.find_last_of(separators(style), str.size() - 1); 101 if (real_style(style) == Style::windows) { 106 if (pos == StringRef::npos || (pos == 1 && is_separator(str[0], style)))