Searched refs:PrefixesNotFound (Results 1 – 1 of 1) sorted by relevance
1906 std::set<StringRef> PrefixesNotFound(Req.CheckPrefixes.begin(), in readCheckFile() local1908 const size_t DistinctPrefixes = PrefixesNotFound.size(); in readCheckFile()1920 PrefixesNotFound.erase(UsedPrefix); in readCheckFile()2013 const bool NoPrefixesFound = PrefixesNotFound.size() == DistinctPrefixes; in readCheckFile()2015 !Req.AllowUnusedPrefixes && !PrefixesNotFound.empty(); in readCheckFile()2019 << (PrefixesNotFound.size() > 1 ? "es " : " "); in readCheckFile()2021 for (StringRef MissingPrefix : PrefixesNotFound) { in readCheckFile()