Lines Matching defs:objects
51 StructWithPadding* objects;
81 if (!CompareData(input.objects[i], output.objects[i])) {
125 AIE_NEW(structWithPointer.objects, StructWithPadding[objectsNum]);
127 structWithPointer.objects[i] = GenStructWithPadding(g_int, g_char);
135 AIE_DELETE_ARRAY(structWithPointer.objects);
249 if (RecursiveEncode(val.objects[i]) != RETCODE_SUCCESS) {
265 AIE_NEW(val.objects, StructWithPadding[val.objectsNum]);
267 if (RecursiveDecode(val.objects[i]) != RETCODE_SUCCESS) {
268 AIE_DELETE_ARRAY(val.objects);