Searched refs:otherMessage (Results 1 – 3 of 3) sorted by relevance
118 final Message otherMessage = (Message) other; in equals() local119 if (getDescriptorForType() != otherMessage.getDescriptorForType()) { in equals()122 return compareFields(getAllFields(), otherMessage.getAllFields()) && in equals()123 getUnknownFields().equals(otherMessage.getUnknownFields()); in equals()
83 // Note: You don't have to check subMessage and otherMessage for nil and85 msg.subMessage.otherMessage.lastName = @"Smith";100 // Note: Just like above, you don't have to check subMessage and otherMessage103 [msg.subMessage.otherMessage.siblingsArray addObject:@"Pat"];
1602 SIPMessage otherMessage = (SIPMessage) other; in equals() local1605 if (nameTable.size() != otherMessage.nameTable.size()) { in equals()1611 SIPHeader his = (SIPHeader) (otherMessage.nameTable.get(SIPHeaderNamesCache in equals()