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