Searched refs:AbbrevList (Results 1 – 2 of 2) sorted by relevance
65 class AbbrevList {67 AbbrevList() = default;68 explicit AbbrevList(const AbbrevList &NewAbbrevs) { in AbbrevList() function71 AbbrevList &operator=(const AbbrevList &Rhs) {89 void appendList(const AbbrevList &NewAbbrevs) { in appendList()107 ~AbbrevList() { clear(); } in ~AbbrevList()125 AbbrevList &getAbbrevs() { return Abbrevs; } in getAbbrevs()130 AbbrevList Abbrevs;446 const NaClBitstreamReader::AbbrevList &getGlobalAbbrevs() const { in getGlobalAbbrevs()450 const NaClBitstreamReader::AbbrevList &getLocalAbbrevs() const { in getLocalAbbrevs()[all …]
393 NaClBitstreamReader::AbbrevList *UpdateAbbrevs = in ReadBlockInfoBlock()