Lines Matching refs:allowPrefix
549 bool matches (const string& caseName, bool allowPrefix=false) const;
565 bool allowPrefix) in matchWildcards() argument
582 if (matchWildcards(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in matchWildcards()
586 if (matchWildcards(pattern + 1, patternEnd, pathEnd, pathEnd, allowPrefix)) in matchWildcards()
589 else if (path == pathEnd && allowPrefix) in matchWildcards()
603 bool allowPrefix) in patternMatches() argument
616 if (path == pathEnd && (allowPrefix || pattern == patternEnd)) in patternMatches()
621 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
623 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
631 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()
641 components.begin(), components.end(), allowPrefix)) in matches()
645 caseName.begin(), caseName.end(), allowPrefix)) in matches()