Searched refs:expected_int32_indexs (Results 1 – 1 of 1) sorted by relevance
204 int expected_int32_indexs[1]; in TEST() local205 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 0); in TEST()226 int expected_int32_indexs[] = { 1, 2, 3, 4 }; in TEST() local227 CheckIterator(array, ConstantPoolArray::INT32, expected_int32_indexs, 4); in TEST()