Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc129 bool has_field1 = reflection1->HasField(message1, field); in IsMatchInternal() local
131 if (!has_field1 && !has_field2) { in IsMatchInternal()
134 if (has_field1 != has_field2) { in IsMatchInternal()