Lines Matching defs:end
158 auto end = path.end();
160 if (end - s >= 2 && s[1] == ':' && (end - s == 2 || IsPathSeparator(s[2])) &&
164 if (s != end) {
167 } else if (end - s >= 3 && IsPathSeparator(*s) && IsPathSeparator(*(s + 1)) &&
173 while (s != end) {
181 } else if (s != end && IsPathSeparator(*s)) {
186 if (s != end && IsPathSeparator(*s)) {
392 if (pathname_.end() - i >= 3 && IsPathSeparator(*i) &&
398 while (i != pathname_.end()) {
408 pathname_.erase(out, pathname_.end());