Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java1890 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester
1955 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()