Searched defs:TextTableRow (Results 1 – 1 of 1) sorted by relevance
33 TextTableRow() {} in TextTableRow() function36 TextTableRow(std::vector<std::string>&& v) : mFields(std::move(v)) {} in TextTableRow() function39 TextTableRow(std::string&& s) : mLine(std::move(s)) {} in TextTableRow() function40 TextTableRow(const std::string& s) : mLine(s) {} in TextTableRow() function