Searched refs:otherUnknowns (Results 1 – 2 of 2) sorted by relevance
897 UT otherUnknowns = schema.getFromMessage(other); in mergeUnknownFields() local898 UT merged = schema.merge(messageUnknowns, otherUnknowns); in mergeUnknownFields()
2762 GPBUnknownFieldSet *otherUnknowns = otherMsg->unknownFields_;2764 [otherUnknowns countOfFields] != 0) {2765 if (![unknownFields_ isEqual:otherUnknowns]) {