Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:AsmStrSize

1850       unsigned AsmStrSize = Record[1];
1851 if (2+AsmStrSize >= Record.size())
1853 unsigned ConstStrSize = Record[2+AsmStrSize];
1854 if (3+AsmStrSize+ConstStrSize > Record.size())
1857 for (unsigned i = 0; i != AsmStrSize; ++i)
1860 ConstrStr += (char)Record[3+AsmStrSize+i];