Lines Matching refs:allowPrefix
629 bool matches(const string& caseName, bool allowPrefix = false) const;
650 bool allowPrefix) in matchWildcards() argument
667 if (matchWildcards(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in matchWildcards()
671 if (matchWildcards(pattern + 1, patternEnd, pathEnd, pathEnd, allowPrefix)) in matchWildcards()
674 else if (path == pathEnd && allowPrefix) in matchWildcards()
688 bool allowPrefix) in patternMatches() argument
701 if (path == pathEnd && (allowPrefix || pattern == patternEnd)) in patternMatches()
706 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
708 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
716 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()
726 components.begin(), components.end(), allowPrefix)) in matches()
730 caseName.begin(), caseName.end(), allowPrefix)) in matches()