Searched refs:another1 (Results 1 – 1 of 1) sorted by relevance
2849 AnotherMessage another1 = new AnotherMessage(); in testExtensions() local2850 another1.string = "er shi jiu"; in testExtensions()2851 another1.value = false; in testExtensions()2855 AnotherMessage[] messages = {another1, another2}; in testExtensions()2966 assertEquals(another1.string, deserializedRepeatedMessage[0].string); in testExtensions()2967 assertEquals(another1.value, deserializedRepeatedMessage[0].value); in testExtensions()3099 AnotherMessage another1 = new AnotherMessage(); in testExtensionsMutation_Equals() local3100 another1.string = "er shi jiu"; in testExtensionsMutation_Equals()3101 another1.value = false; in testExtensionsMutation_Equals()3105 AnotherMessage[] messages = {another1, another2}; in testExtensionsMutation_Equals()