Searched refs:PrefixesNotFound (Results 1 – 1 of 1) sorted by relevance
1827 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local1829 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()1841 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()1944 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()1946 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()1950 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()1952 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()