Lines Matching defs:table
35 void BIOSTable::store(const Table& table) in store()
82 namespace table namespace
84 void appendPadAndChecksum(Table& table) in appendPadAndChecksum()
109 const pldm_bios_string_table_entry* constructEntry(Table& table, in constructEntry()
134 const pldm_bios_attr_table_entry* findByHandle(const Table& table, in findByHandle()
141 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table, in findByStringHandle()
149 Table& table, pldm_bios_table_attr_entry_string_info* info) in constructStringEntry()
169 Table& table, pldm_bios_table_attr_entry_integer_info* info) in constructIntegerEntry()
223 Table& table, pldm_bios_table_attr_entry_enum_info* info) in constructEnumEntry()
299 Table& table, uint16_t attrHandle, uint8_t attrType, const std::string& str) in constructStringEntry()
322 Table& table, uint16_t attrHandle, uint8_t attrType, uint64_t value) in constructIntegerEntry()
343 Table& table, uint16_t attrHandle, uint8_t attrType, in constructEnumEntry()
365 std::optional<Table> updateTable(const Table& table, const void* entry, in updateTable()