Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp746 for (const auto& l_row : i_tableData) in Print() local
752 if (l_row.size() > m_columns.size()) in Print()
757 for (const auto& l_entry : l_row) in Print()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp903 std::vector<std::string> l_row; in dumpInventory() local
910 l_row.push_back(l_fruEntry.key()); in dumpInventory()
916 l_row.push_back(l_fruJson[l_column.first]); in dumpInventory()
920 l_row.push_back(""); in dumpInventory()
925 l_tableData.push_back(l_row); in dumpInventory()