Searched refs:testAllTypes (Results 1 – 3 of 3) sorted by relevance
280 TestAllTypesLite testAllTypes = TestAllTypesLite.getDefaultInstance(); in testEndToEnd() local282 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()
658 TestAllTypes testAllTypes = TestAllTypes.newBuilder().setOptionalString(fullString).build();659 Coder coder = outputType.newCoder(testAllTypes.getSerializedSize());660 testAllTypes.writeTo(coder.stream());
2686 Descriptors.Descriptor testAllTypes; in ReflectionTester() local2688 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()