Searched refs:nestedMsg (Results 1 – 1 of 1) sorted by relevance
68 assertEquals(null, msg.nestedMsg); in testSimpleMessageNano()74 SimpleMessageNano.NestedMessage nestedMsg = new SimpleMessageNano.NestedMessage(); in testSimpleMessageNano() local75 nestedMsg.bb = 2; in testSimpleMessageNano()76 assertEquals(2, nestedMsg.bb); in testSimpleMessageNano()77 msg.nestedMsg = nestedMsg; in testSimpleMessageNano()78 assertEquals(2, msg.nestedMsg.bb); in testSimpleMessageNano()91 assertEquals(2, msg.nestedMsg.bb); in testSimpleMessageNano()94 msg.nestedMsg = null; in testSimpleMessageNano()113 RecursiveMessageNano.NestedMessage nestedMsg = new RecursiveMessageNano.NestedMessage(); in testRecursiveMessageNano() local114 nestedMsg.a = msg1; in testRecursiveMessageNano()[all …]