Lines Matching refs:Iter
718 typedef vector<int>::iterator Iter;719 for (Iter it = expect.begin(); it != expect.end(); ++it) { *it += 10; }