Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:RecordLength

1150       unsigned RecordLength = Record.size();
1151 if (Record.empty() || RecordLength < 2)
1154 Name.resize(RecordLength-1);
1156 for (unsigned i = 1; i != RecordLength; ++i)
2142 unsigned RecordLength = Record.size();
2143 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2146 for (unsigned i = 1; i != RecordLength; i = i+2) {