Searched refs:another2 (Results 1 – 1 of 1) sorted by relevance
2856 AnotherMessage another2 = new AnotherMessage(); in testExtensions() local2857 another2.string = "trente"; in testExtensions()2858 another2.value = true; in testExtensions()2859 AnotherMessage[] messages = {another1, another2}; in testExtensions()2941 assertEquals(another2.string, deserializedMessage.string); in testExtensions()2942 assertEquals(another2.value, deserializedMessage.value); in testExtensions()2972 assertEquals(another2.string, deserializedRepeatedMessage[1].string); in testExtensions()2973 assertEquals(another2.value, deserializedRepeatedMessage[1].value); in testExtensions()3106 AnotherMessage another2 = new AnotherMessage(); in testExtensionsMutation_Equals() local3107 another2.string = "trente"; in testExtensionsMutation_Equals()[all …]