Lines Matching defs:star
594 const std::string::size_type star = base_pattern.find('*');595 if (star == std::string::npos) {606 const std::string left(base_pattern.substr(0, star));607 const std::string right(base_pattern.substr(star + 1));