Searched refs:IntToHex (Results 1 – 2 of 2) sorted by relevance
73 IntToHex<uint8_t>(static_cast<uint8_t>(type)); in MarshallStringField()92 IntToHex<uint8_t>(static_cast<uint8_t>(MSG_TYPE_SEQ::COMMAND_ID)); in MarshallDmsMsgInfo()94 IntToHex<uint8_t>(dmsMsgInfo.commandId); in MarshallDmsMsgInfo()130 typename std::enable_if<std::is_unsigned<T>::value, bool>::type DmsPacket::IntToHex(uint64_t intege… in IntToHex() function in DmsPacket138 typename std::enable_if<std::is_signed<T>::value, bool>::type DmsPacket::IntToHex(int64_t integerVa… in IntToHex() function in DmsPacket
62 typename std::enable_if<std::is_unsigned<T>::value, bool>::type IntToHex(uint64_t integerValue);64 typename std::enable_if<std::is_signed<T>::value, bool>::type IntToHex(int64_t integerValue);