Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.h322 virtual bool IsIgnored(
753 bool IsIgnored(
Dmessage_differencer.cc613 if (IsIgnored(message1, message2, field1, *parent_fields)) { in CompareWithFieldsInternal()
651 if (IsIgnored(message1, message2, field2, *parent_fields)) { in CompareWithFieldsInternal()
692 if (IsIgnored(message1, message2, field1, *parent_fields)) { in CompareWithFieldsInternal()
958 bool MessageDifferencer::IsIgnored( in IsIgnored() function in google::protobuf::util::MessageDifferencer
967 if (ignore_criteria_[i]->IsIgnored(message1, message2, field, in IsIgnored()
Dmessage_differencer_unittest.cc1457 virtual bool IsIgnored( in IsIgnored() function in google::protobuf::__anoncb26cc5e0111::TestIgnorer