Home
last modified time | relevance | path

Searched refs:nestedEnum (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTestUtil.java2649 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester
2714 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()