Searched refs:itrToVPD (Results 1 – 2 of 2) sorted by relevance
200 void IpzVpdParser::checkHeader(types::BinaryVector::const_iterator itrToVPD) in checkHeader() argument207 std::advance(itrToVPD, Offset::VHDR); in checkHeader()208 auto stop = std::next(itrToVPD, Length::RECORD_NAME); in checkHeader()210 std::string record(itrToVPD, stop); in checkHeader()222 auto IpzVpdParser::readTOC(types::BinaryVector::const_iterator& itrToVPD) in readTOC() argument226 readUInt16LE((itrToVPD + Offset::VTOC_PTR)); // itrToVPD); in readTOC()230 std::advance(itrToVPD, vtocOffset + sizeof(types::RecordId) + in readTOC()236 std::string record(itrToVPD, std::next(itrToVPD, Length::RECORD_NAME)); in readTOC()251 std::advance(itrToVPD, Length::RECORD_NAME + Length::KW_NAME); in readTOC()254 auto ptLen = *itrToVPD; in readTOC()[all …]
78 void checkHeader(types::BinaryVector::const_iterator itrToVPD);146 auto readTOC(types::BinaryVector::const_iterator& itrToVPD);