Searched refs:array3 (Results 1 – 2 of 2) sorted by relevance
200 int[][][] array3 = (int[][][]) intIntIntArray; in testMultiInt() local202 array3[0][0][0] = 123; // trouble in testMultiInt()203 array3[2][1][0] = 456; in testMultiInt()206 array3[2][1][1] = 768; in testMultiInt()219 String[][][] array3 = (String[][][]) strStrStrArray; in testMulti() local221 array3[0][0][0] = "zero zero zero"; in testMulti()222 array3[0][1][2] = "zero one two"; in testMulti()225 array3[1][0][0] = "bad store"; in testMulti()240 array3[0][1] = strar; in testMulti()241 System.out.println(array3[0][1][2]); in testMulti()[all …]
69 SwapVector<uint8_t>* array3; in TEST() local76 array3 = deduplicator.Add(self, test1); in TEST()77 ASSERT_NE(array3, nullptr); in TEST()78 ASSERT_TRUE(std::equal(test1.begin(), test1.end(), array3->begin())); in TEST()