Searched refs:importMessage (Results 1 – 3 of 3) sorted by relevance
158 ImportMessage *importMessage = [ImportMessage message];159 [importMessage setD:520];162 value:importMessage];756 ImportMessage *importMessage = [ImportMessage message];757 [importMessage setD:120];758 [message setOptionalImportMessage:importMessage];807 importMessage = [[ImportMessage alloc] init];808 [importMessage setD:220 + i * 100];809 [message.repeatedImportMessageArray addObject:importMessage];810 [importMessage release];[all …]
1880 private final Descriptors.Descriptor importMessage; field in TestUtil.ReflectionTester1951 this.importMessage = importFile.findMessageTypeByName("ImportMessage"); in ReflectionTester()1963 Assert.assertNotNull(importMessage ); in ReflectionTester()1970 this.importD = importMessage .findFieldByName("d"); in ReflectionTester()
2639 private final Descriptors.Descriptor importMessage; field in TestUtil.ReflectionTester2710 this.importMessage = importFile.findMessageTypeByName("ImportMessage"); in ReflectionTester()2722 Assert.assertNotNull(importMessage ); in ReflectionTester()2729 this.importD = importMessage .findFieldByName("d"); in ReflectionTester()