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