Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:RecordLength

1174       unsigned RecordLength = Record.size();
1175 if (Record.empty() || RecordLength < 2)
1178 Name.resize(RecordLength-1);
1180 for (unsigned i = 1; i != RecordLength; ++i)
2076 unsigned RecordLength = Record.size();
2077 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2080 for (unsigned i = 1; i != RecordLength; i = i+2) {