Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc161 bool has_field2 = reflection2->HasField(message2, field); in IsMatchInternal() local
162 if (!has_field1 && !has_field2) { in IsMatchInternal()
165 if (has_field1 != has_field2) { in IsMatchInternal()