Searched refs:AbbrevList (Results 1 – 2 of 2) sorted by relevance
70 class AbbrevList {72 AbbrevList() = default;73 explicit AbbrevList(const AbbrevList &NewAbbrevs) { in AbbrevList() function76 AbbrevList &operator=(const AbbrevList &Rhs) {94 void appendList(const AbbrevList &NewAbbrevs) { in appendList()112 ~AbbrevList() { clear(); } in ~AbbrevList()129 AbbrevList &getAbbrevs() { return Abbrevs; } in getAbbrevs()133 AbbrevList Abbrevs;440 const NaClBitstreamReader::AbbrevList &getGlobalAbbrevs() const { in getGlobalAbbrevs()444 const NaClBitstreamReader::AbbrevList &getLocalAbbrevs() const { in getLocalAbbrevs()[all …]
394 NaClBitstreamReader::AbbrevList *UpdateAbbrevs = in ReadBlockInfoBlock()