Home
last modified time | relevance | path

Searched refs:ptLength (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.hpp129 void checkPTForRecord(Binary::const_iterator& iterator, Byte ptLength);
H A Deditor_impl.cpp31 Byte ptLength) in checkPTForRecord() argument
34 auto end = std::next(iterator, ptLength + 1); in checkPTForRecord()
/openbmc/openpower-vpd-parser/
H A Dimpl.cpp319 std::size_t ptLength) in readPT() argument
324 std::advance(end, ptLength); in readPT()