Searched refs:otherMessage (Results 1 – 3 of 3) sorted by relevance
150 final Message otherMessage = (Message) other; in equals() local151 if (getDescriptorForType() != otherMessage.getDescriptorForType()) { in equals()154 return compareFields(getAllFields(), otherMessage.getAllFields()) in equals()155 && getUnknownFields().equals(otherMessage.getUnknownFields()); in equals()
86 // Note: You don't have to check subMessage and otherMessage for nil and88 msg.subMessage.otherMessage.lastName = @"Smith";103 // Note: Just like above, you don't have to check subMessage and otherMessage106 [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()