Searched refs:rows_history_ (Results 1 – 1 of 1) sorted by relevance
99 RowList* rows_history_; member in webrtc::LogTable145 rows_history_(&rows_[0]), in LogTable()154 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable()155 row_it != rows_history_->end();) { in ~LogTable()157 row_it = rows_history_->erase(row_it); in ~LogTable()193 rows_history_->push_back(current_row_); in NextRow()255 rows_flush_ = rows_history_; in Flush()256 rows_history_ = tmp; in Flush()257 rows_history_->clear(); in Flush()