Searched refs:row_it (Results 1 – 1 of 1) sorted by relevance
154 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable() local155 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() local262 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()