Home | History | Annotate | Download | only in test

Lines Matching refs:Array

5452     ASSERT_EQ(size1, size2) << " Array sizes different.";
5526 // to specify the array sizes.
7303 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7316 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7336 typedef int Array[2];
7337 Array* a = new Array[1];
7347 // array.