Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DUnknownFieldSetLiteTest.java280 TestAllTypesLite testAllTypes = TestAllTypesLite.getDefaultInstance(); in testEndToEnd() local
282 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
286 testAllTypes = TestAllTypesLite.parseFrom(new byte[0]); in testEndToEnd()
288 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
292 testAllTypes = TestAllTypesLite.newBuilder().build(); in testEndToEnd()
294 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
298 testAllTypes = TestAllTypesLite.newBuilder() in testEndToEnd()
302 testAllTypes.unknownFields.checkMutable(); in testEndToEnd()
DCodedOutputStreamTest.java658 TestAllTypes testAllTypes = TestAllTypes.newBuilder().setOptionalString(fullString).build();
659 Coder coder = outputType.newCoder(testAllTypes.getSerializedSize());
660 testAllTypes.writeTo(coder.stream());
DTestUtil.java2686 Descriptors.Descriptor testAllTypes; in ReflectionTester() local
2688 testAllTypes = baseDescriptor; in ReflectionTester()
2690 testAllTypes = file.findMessageTypeByName("TestAllTypes"); in ReflectionTester()
2691 Assert.assertNotNull(testAllTypes); in ReflectionTester()
2699 testAllTypes.findNestedTypeByName("OptionalGroup"); in ReflectionTester()
2701 testAllTypes.findNestedTypeByName("RepeatedGroup"); in ReflectionTester()
2708 this.nestedMessage = testAllTypes.findNestedTypeByName("NestedMessage"); in ReflectionTester()
2714 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java1927 Descriptors.Descriptor testAllTypes; in ReflectionTester() local
1929 testAllTypes = baseDescriptor; in ReflectionTester()
1931 testAllTypes = file.findMessageTypeByName("TestAllTypes"); in ReflectionTester()
1932 Assert.assertNotNull(testAllTypes); in ReflectionTester()
1940 testAllTypes.findNestedTypeByName("OptionalGroup"); in ReflectionTester()
1942 testAllTypes.findNestedTypeByName("RepeatedGroup"); in ReflectionTester()
1949 this.nestedMessage = testAllTypes.findNestedTypeByName("NestedMessage"); in ReflectionTester()
1955 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()