Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:SectionTable

1658   std::vector<std::string> SectionTable;
1815 SectionTable.push_back(S);
1844 if (Record[5]-1 >= SectionTable.size())
1846 Section = SectionTable[Record[5]-1];
1901 if (Record[6]-1 >= SectionTable.size())
1903 Func->setSection(SectionTable[Record[6]-1]);