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