Searched refs:row_it (Results 1 – 2 of 2) sorted by relevance
153 for (RowList::iterator row_it = rows_history_->begin(); in ~LogTable() local154 row_it != rows_history_->end();) { in ~LogTable()155 delete *row_it; in ~LogTable()156 row_it = rows_history_->erase(row_it); in ~LogTable()260 for (RowList::iterator row_it = rows_flush_->begin(); in Flush() local261 row_it != rows_flush_->end();) { in Flush()265 (*row_it)->ToString(column_it->first, &row_string); in Flush()270 delete *row_it; in Flush()271 row_it = rows_flush_->erase(row_it); in Flush()
282 int row_it=0; in inner_simplex() local284 for(MatIterator_<double> it=b.begin();it!=b.end();it+=b.cols,row_it++){ in inner_simplex()289 if(val<min || (val==min && B[row_it]<min_var)){ in inner_simplex()290 min_var=B[row_it]; in inner_simplex()293 l=row_it; in inner_simplex()