Searched refs:otherMsg (Results 1 – 2 of 2) sorted by relevance
52 abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset); in mergeListsAt() argument125 <E> void mergeListsAt(Object msg, Object otherMsg, long offset) { in mergeListsAt() argument126 List<E> other = getList(otherMsg, offset); in mergeListsAt()168 <E> void mergeListsAt(Object msg, Object otherMsg, long offset) { in mergeListsAt() argument170 ProtobufList<E> other = getProtobufList(otherMsg, offset); in mergeListsAt()
2655 GPBMessage *otherMsg = other;2657 if ([[otherMsg class] descriptor] != descriptor) {2661 uint8_t *otherStorage = (uint8_t *)otherMsg->messageStorage_;2755 if (extensionMap_.count != 0 || otherMsg->extensionMap_.count != 0) {2756 if (![extensionMap_ isEqual:otherMsg->extensionMap_]) {2762 GPBUnknownFieldSet *otherUnknowns = otherMsg->unknownFields_;