Searched refs:strType (Results 1 – 4 of 4) sorted by relevance
20 const std::string strType = "String"; variable61 else if (attrType == strType) in setBIOSTableAttr()190 else if ((itemType.compare(itemType.size() - strType.size(), in setBIOSTableAttrs()191 strType.size(), strType) == 0) || in setBIOSTableAttrs()
122 auto strType = dumpTypeToString(type).value_or("unknown"); in captureDump() local125 path.empty() ? "" : path.c_str(), "-t", strType.c_str(), nullptr); in captureDump()
190 auto strType = pldm_bios_table_attr_entry_string_decode_string_type(entry); in decodeStringEntry() local208 return {strType, minLength, maxLength, defLength, in decodeStringEntry()
611 auto strType = in decodeAttributeTable() 632 << (int)strType << std::dec << std::setw(0); in decodeAttributeTable() 612 auto strType = decodeAttributeTable() local