Home
last modified time | relevance | path

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

/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java2953 Descriptors.Descriptor testAllTypes; in ReflectionTester() local
2955 testAllTypes = baseDescriptor; in ReflectionTester()
2957 testAllTypes = file.findMessageTypeByName("TestAllTypes"); in ReflectionTester()
2958 Assert.assertNotNull(testAllTypes); in ReflectionTester()
2966 testAllTypes.findNestedTypeByName("OptionalGroup"); in ReflectionTester()
2968 testAllTypes.findNestedTypeByName("RepeatedGroup"); in ReflectionTester()
2975 this.nestedMessage = testAllTypes.findNestedTypeByName("NestedMessage"); in ReflectionTester()
2981 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()