Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp630 std::stringstream stringtype; in decodeAttributeTable() local
631 stringtype << "0x" << std::hex << std::setw(2) in decodeAttributeTable()
634 attrdata["StringType"] = stringtype.str(); in decodeAttributeTable()