Lines Matching refs:allowPrefix
571 bool matches(const string& caseName, bool allowPrefix = false) const;
592 bool allowPrefix) in matchWildcards() argument
609 if (matchWildcards(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in matchWildcards()
613 if (matchWildcards(pattern + 1, patternEnd, pathEnd, pathEnd, allowPrefix)) in matchWildcards()
616 else if (path == pathEnd && allowPrefix) in matchWildcards()
630 bool allowPrefix) in patternMatches() argument
643 if (path == pathEnd && (allowPrefix || pattern == patternEnd)) in patternMatches()
648 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
650 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches()
658 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()
668 components.begin(), components.end(), allowPrefix)) in matches()
672 caseName.begin(), caseName.end(), allowPrefix)) in matches()