Searched refs:itrToVPD (Results 1 – 2 of 2) sorted by relevance
200 void IpzVpdParser::checkHeader(types::BinaryVector::const_iterator itrToVPD) in checkHeader() argument 207 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() argument 226 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, Lengt in readTOC() 414 auto itrToVPD = m_vpdVector.cbegin(); parse() local [all...]
74 * @param[in] itrToVPD - Iterator to the beginning of VPD file.78 void checkHeader(types::BinaryVector::const_iterator itrToVPD);143 * @param[in] itrToVPD - Iterator to begining of VPD data.146 auto readTOC(types::BinaryVector::const_iterator& itrToVPD);