Searched refs:AbbrevIt (Results 1 – 2 of 2) sorted by relevance
779 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry() local780 if (AbbrevIt == Abbrevs.end()) in getEntry()783 Entry E(*this, *AbbrevIt); in getEntry()
782 const auto *AbbrevIt = find_if(Abbrevs, [&](const auto &Abbrev) { in getNonZeroDataSizesFor() local785 if (AbbrevIt == Abbrevs.end()) in getNonZeroDataSizesFor()791 for (auto [Idx, Form] : AbbrevIt->Indices) { in getNonZeroDataSizesFor()