Lines Matching full:table
15 * @brief Associate integer entry(attr table and attribute value table) and
35 * @param[in] stringTable - The string table
42 /** @brief Construct corresponding entries at the end of the attribute table
44 * @param[in] stringTable - The string Table
45 * @param[in,out] attrTable - The attribute table
46 * @param[in,out] attrValueTable - The attribute value table
49 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
50 Table& attrValueTable,
54 /** @brief Generate attribute entry by the spec DSP0247_1.0.0 Table 14
61 Table& attrValueEntry) override;
63 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
68 table::attribute::IntegerField integerInfo;