HomeSort by relevance Sort by last modified time
    Searched full:has_field1 (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 129 bool has_field1 = reflection1->HasField(message1, field); local
131 if (!has_field1 && !has_field2) {
134 if (has_field1 != has_field2) {
    [all...]

Completed in 61 milliseconds