Lines Matching refs:testAll
791 TestAllTypes_RepeatedGroup *testAll =
793 [testAll setA:217 + i * 100];
794 [message.repeatedGroupArray addObject:testAll];
795 [testAll release];
1560 TestAllTypes_RepeatedGroup *testAll =
1562 [testAll setA:517];
1563 [message.repeatedGroupArray replaceObjectAtIndex:1 withObject:testAll];
1564 [testAll release];
2302 TestAllTypes_RepeatedGroup *testAll =
2304 [testAll setA:217 + i * 100];
2305 [array addObject:testAll];
2306 [testAll release];