Searched refs:nestedEnum (Results 1 – 2 of 2) sorted by relevance
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()
2649 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester2714 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()2723 Assert.assertNotNull(nestedEnum ); in ReflectionTester()2731 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()2732 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()2733 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()