Lines Matching refs:Array
5597 ASSERT_EQ(size1, size2) << " Array sizes different.";
5671 // to specify the array sizes.
7445 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7458 #ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions.
7478 typedef int Array[2];
7479 Array* a = new Array[1];
7489 // array.