Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTextTable.h30 class TextTableRow {
33 TextTableRow() {} in TextTableRow() function
36 TextTableRow(std::vector<std::string>&& v) : mFields(std::move(v)) {} in TextTableRow() function
39 TextTableRow(std::string&& s) : mLine(std::move(s)) {} in TextTableRow() function
40 TextTableRow(const std::string& s) : mLine(s) {} in TextTableRow() function
78 std::vector<TextTableRow> mTable;