Searched refs:itrToVPD (Results 1 – 2 of 2) sorted by relevance
189 void IpzVpdParser::checkHeader(types::BinaryVector::const_iterator itrToVPD) in checkHeader() 196 std::advance(itrToVPD, Offset::VHDR); in checkHeader() 197 auto stop = std::next(itrToVPD, Length::RECORD_NAME); in checkHeader() 199 std::string record(itrToVPD, stop); in checkHeader() 211 auto IpzVpdParser::readTOC(types::BinaryVector::const_iterator& itrToVPD) in readTOC() 215 readUInt16LE((itrToVPD + Offset::VTOC_PTR)); // itrToVPD); in readTOC() 219 std::advance(itrToVPD, vtocOffset + sizeof(types::RecordId) + in readTOC() 225 std::string record(itrToVPD, std::next(itrToVPD, Lengt in readTOC() 183 checkHeader(types::BinaryVector::const_iterator itrToVPD) checkHeader() argument 205 readTOC(types::BinaryVector::const_iterator & itrToVPD) readTOC() argument 379 auto itrToVPD = m_vpdVector.cbegin(); parse() local [all...]
78 void checkHeader(types::BinaryVector::const_iterator itrToVPD);146 auto readTOC(types::BinaryVector::const_iterator& itrToVPD);