Home
last modified time | relevance | path

Searched refs:otherUnknowns (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSchemaUtil.java897 UT otherUnknowns = schema.getFromMessage(other); in mergeUnknownFields() local
898 UT merged = schema.merge(messageUnknowns, otherUnknowns); in mergeUnknownFields()
/third_party/protobuf/objectivec/
DGPBMessage.m2762 GPBUnknownFieldSet *otherUnknowns = otherMsg->unknownFields_;
2764 [otherUnknowns countOfFields] != 0) {
2765 if (![unknownFields_ isEqual:otherUnknowns]) {