Home | History | Annotate | Download | only in test

Lines Matching defs:ip

4570   const int* ip = a;
4572 SCOPED_TRACE(ip - a);
4573 EXPECT_EQ(*ip++, *it++);