Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:RecordLength

1451       unsigned RecordLength = Record.size();
1452 if (Record.empty() || RecordLength < 2)
1455 Name.resize(RecordLength-1);
1457 for (unsigned i = 1; i != RecordLength; ++i)
2402 unsigned RecordLength = Record.size();
2403 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2406 for (unsigned i = 1; i != RecordLength; i = i+2) {