Lines Matching refs:Row
33 class Row { class
35 Row();
36 ~Row();
95 typedef std::list<Row*> RowList;
101 Row* current_row_;
107 Row::Row() in Row() function in webrtc::Row
112 Row::~Row() { in ~Row()
121 int Row::InsertCell(const std::string& column_name, in InsertCell()
131 void Row::ToString(const std::string& column_name, in ToString()
147 current_row_(new Row), in LogTable()
194 current_row_ = new Row; in NextRow()