Searched refs:itrToPT (Results 1 – 2 of 2) sorted by relevance
264 types::BinaryVector::const_iterator& itrToPT, auto ptLength) in readPT() argument 268 auto end = itrToPT; in readPT() 273 while (itrToPT < end) in readPT() 275 std::string recordName(itrToPT, itrToPT + Length::RECORD_NAME); in readPT() 277 std::advance(itrToPT, Length::RECORD_NAME + sizeof(types::RecordType)); in readPT() 280 recordOffsets.push_back(readUInt16LE(itrToPT)); in readPT() 284 if (!recordEccCheck(itrToPT)) in readPT() 321 std::advance(itrToPT, in readPT()
153 * @param[in] itrToPT - Iterator to PT record in VPD vector.157 types::RecordOffsetList readPT(types::BinaryVector::const_iterator& itrToPT,