Home | History | Annotate | Download | only in test

Lines Matching defs:Array

5378     ASSERT_EQ(size1, size2) << " Array sizes different.";
5452 // to specify the array sizes.
7225 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7238 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7258 typedef int Array[2];
7259 Array* a = new Array[1];
7269 // array.