Searched refs:PrefixesNotFound (Results 1 – 1 of 1) sorted by relevance
1864 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local1866 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()1878 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()1981 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()1983 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()1987 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()1989 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()