Home | History | Annotate | Download | only in test

Lines Matching defs:r3

4903   AssertionResult r3 = r1;
4904 EXPECT_EQ(static_cast<bool>(r3), static_cast<bool>(r1));
4919 AssertionResult r3 = AssertionFailure();
4920 EXPECT_FALSE(r3);
4921 EXPECT_STREQ("", r3.message());