Searched refs:nestedMessage (Results 1 – 2 of 2) sorted by relevance
136 msg.nestedMessage = nestedMsg; in testRecursiveMessageNano()150 assertEquals(1, newMsg.nestedMessage.a.id); in testRecursiveMessageNano()2584 TestNanoAccessors.NestedMessage nestedMessage = new TestNanoAccessors.NestedMessage(); in testNanoWithAccessorsPublicFieldTypes() local2585 nestedMessage.setBb(5); in testNanoWithAccessorsPublicFieldTypes()2586 newMsg.optionalNestedMessage = nestedMessage; in testNanoWithAccessorsPublicFieldTypes()2591 assertEquals(nestedMessage.getBb(), newMsg2.optionalNestedMessage.getBb()); in testNanoWithAccessorsPublicFieldTypes()2610 TestNanoAccessors.NestedMessage nestedMessage = new TestNanoAccessors.NestedMessage(); in testNanoWithAccessorsSerialize() local2611 nestedMessage.setBb(nestedMessage.getBb()); in testNanoWithAccessorsSerialize()2612 msg.optionalNestedMessage = nestedMessage; in testNanoWithAccessorsSerialize()
2904 private final Descriptors.Descriptor nestedMessage; field in TestUtil.ReflectionTester2975 this.nestedMessage = testAllTypes.findNestedTypeByName("NestedMessage"); in ReflectionTester()2987 Assert.assertNotNull(nestedMessage ); in ReflectionTester()2994 this.nestedB = nestedMessage .findFieldByName("bb"); in ReflectionTester()