Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc154 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable() local
155 row_it != rows_history_->end();) { in ~LogTable()
156 delete *row_it; in ~LogTable()
157 row_it = rows_history_->erase(row_it); in ~LogTable()
261 for (RowList::iterator row_it = rows_flush_->begin(); in Flush() local
262 row_it != rows_flush_->end();) { in Flush()
266 (*row_it)->ToString(column_it->first, &row_string); in Flush()
271 delete *row_it; in Flush()
272 row_it = rows_flush_->erase(row_it); in Flush()