Searched refs:CompareWithFields (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.cc | 809 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg2, fields1, fields2)); in TEST() 824 EXPECT_FALSE(differencer.CompareWithFields(msg1, msg2, fields1, fields2)); in TEST() 837 differencer.CompareWithFields(msg1, msg2, empty_fields, empty_fields)); in TEST() 841 differencer.CompareWithFields(msg1, msg2, empty_fields, empty_fields)); in TEST() 852 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg1, fields, fields)); in TEST() 862 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg1, compare_fields, in TEST() 878 EXPECT_FALSE(differencer.CompareWithFields(msg1, msg1, compare_fields1, in TEST() 903 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg2, fields1, fields2)); in TEST() 925 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg2, compare_fields, in TEST() 955 EXPECT_TRUE(differencer.CompareWithFields(msg1, msg2, compare_fields, in TEST() [all …]
|
D | message_differencer.h | 584 bool CompareWithFields(
|
D | message_differencer.cc | 502 bool MessageDifferencer::CompareWithFields( in CompareWithFields() function in google::protobuf::util::MessageDifferencer
|