Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dunpack.hpp42 void UnpackBytes(uint8_t* pointer, NumericType& i) in UnpackBytes() function
47 UnpackBytes<NumericType, byteIndex + 1>(pointer + 1, i); in UnpackBytes()
100 UnpackBytes<T>(iter, t); in op()