Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc163 bool has_field2 = reflection2->HasField(message2, field); in IsMatchInternal() local
164 if (!has_field1 && !has_field2) { in IsMatchInternal()
167 if (has_field1 != has_field2) { in IsMatchInternal()