Home | History | Annotate | Download | only in test

Lines Matching refs:it1

1457   ExpectationSet::const_iterator it1 = es1.begin();
1458 ExpectationSet::const_iterator it2 = it1;
1460 EXPECT_TRUE(*it1 == e1 || *it2 == e1); // e1 must be in the set.
1461 EXPECT_TRUE(*it1 == e2 || *it2 == e2); // e2 must be in the set too.