Home | History | Annotate | Download | only in Reader

Lines Matching defs:SectionTable

1709   std::vector<std::string> SectionTable;
1848 SectionTable.push_back(S);
1891 if (Record[5]-1 >= SectionTable.size())
1893 Section = SectionTable[Record[5]-1];
1966 if (Record[6]-1 >= SectionTable.size())
1968 Func->setSection(SectionTable[Record[6]-1]);