Lines Matching +full:lookup +full:- +full:table
31 const std::string subSection = "Sub-section type";
35 * @brief Helper function to get values from lookup tables.
36 * @return std::string - the value
37 * @param[in] uint8_t - field to get value for
38 * @param[in] PELValues - lookup table
39 * @param[in] uint8_t - position in the pel_values table to read
45 * @brief Helper function to get value vector from lookup tables.
47 * @param[in] value - the value to lookup
48 * @param[in] table - lookup table
50 * @return std::vector<std::string> - the value vector
53 const pel_values::PELValues& table);
55 * @brief Find the desired entry in a PELValues table based on the
58 * @param[in] value - the PEL value to find
59 * @param[in] fields - the PEL values table to use
61 * @return PELValues::const_iterator - an iterator to the table entry
66 * @brief Find the desired entry in a PELValues table based on the
69 * @param[in] name - the PEL message registry enum name
70 * @param[in] fields - the PEL values table to use
72 * @return PELValues::const_iterator - an iterator to the table entry