Searched refs:another2 (Results 1 – 1 of 1) sorted by relevance
2852 AnotherMessage another2 = new AnotherMessage(); in testExtensions() local2853 another2.string = "trente"; in testExtensions()2854 another2.value = true; in testExtensions()2855 AnotherMessage[] messages = {another1, another2}; in testExtensions()2937 assertEquals(another2.string, deserializedMessage.string); in testExtensions()2938 assertEquals(another2.value, deserializedMessage.value); in testExtensions()2968 assertEquals(another2.string, deserializedRepeatedMessage[1].string); in testExtensions()2969 assertEquals(another2.value, deserializedRepeatedMessage[1].value); in testExtensions()3102 AnotherMessage another2 = new AnotherMessage(); in testExtensionsMutation_Equals() local3103 another2.string = "trente"; in testExtensionsMutation_Equals()[all …]