Searched refs:match_m1_ (Results 1 – 1 of 1) sorted by relevance
476 int match_m1_ = 0; in TEST_P() local484 if (MessageDifferencer::Equals(*message, *m1_)) ++match_m1_; in TEST_P()487 EXPECT_LT(iterations * .4, match_m1_); in TEST_P()488 EXPECT_GE(iterations * .6, match_m1_); in TEST_P()