Home | History | Annotate | Download | only in test

Lines Matching defs:vector2

1030   TestingVector vector2;
1032 vector2.PushBack(i);
1038 vector2.Shuffle(&random_);
1041 ASSERT_PRED1(VectorIsNotCorrupt, vector2);
1044 EXPECT_EQ(vector_.GetElement(i), vector2.GetElement(i))