Searched refs:another1 (Results 1 – 1 of 1) sorted by relevance
2853 AnotherMessage another1 = new AnotherMessage(); in testExtensions() local2854 another1.string = "er shi jiu"; in testExtensions()2855 another1.value = false; in testExtensions()2859 AnotherMessage[] messages = {another1, another2}; in testExtensions()2970 assertEquals(another1.string, deserializedRepeatedMessage[0].string); in testExtensions()2971 assertEquals(another1.value, deserializedRepeatedMessage[0].value); in testExtensions()3103 AnotherMessage another1 = new AnotherMessage(); in testExtensionsMutation_Equals() local3104 another1.string = "er shi jiu"; in testExtensionsMutation_Equals()3105 another1.value = false; in testExtensionsMutation_Equals()3109 AnotherMessage[] messages = {another1, another2}; in testExtensionsMutation_Equals()