Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc95 typedef std::list<Row*> RowList; typedef in webrtc::LogTable
98 RowList rows_[2];
99 RowList* rows_history_;
100 RowList* rows_flush_;
154 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable()
254 RowList* tmp = rows_flush_; in Flush()
261 for (RowList::iterator row_it = rows_flush_->begin(); in Flush()