Home | History | Annotate | Download | only in internal

Lines Matching refs:n1

945     n1 = unittest_pb2.TestAllTypes.NestedMessage(bb=1)
947 proto.repeated_nested_message.extend([n1,n2])
949 self.assertEqual(n1, proto.repeated_nested_message[2])