Searched refs:nestedEnum (Results 1 – 6 of 6) sorted by relevance
264 private final Enumeration<ZipArchiveEntry> nestedEnum; field in ChangeSetPerformer.ZipFileIterator268 nestedEnum = in.getEntriesInPhysicalOrder(); in ZipFileIterator()272 return nestedEnum.hasMoreElements(); in hasNext()276 current = nestedEnum.nextElement(); in next()
119 foreach (var nestedEnum in messageDescriptor.EnumTypes) in AddMessage()121 AddEnum(nestedEnum); in AddMessage()
84 TT::NestedType::Enum nestedEnum; in canonicalizeInstaniationReferences() local
107 void nestedEnum() { in nestedEnum() method in Java5ValidatorTest
1890 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester1955 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()1964 Assert.assertNotNull(nestedEnum ); in ReflectionTester()1972 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()1973 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()1974 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()
2675 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester2731 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()2740 Assert.assertNotNull(nestedEnum); in ReflectionTester()2748 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()2749 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()2750 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()