Home | History | Annotate | Download | only in base

Lines Matching full:slash

650   size_t slash = type_string.find('/');
651 if (slash < 3 ||
652 slash == std::string::npos || slash == type_string.length() - 1) {