Home | History | Annotate | Download | only in test

Lines Matching full:g_bar

371 const int g_bar = 1;
378 return p == &g_bar || x == 0;
381 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
384 *os << "doesn't reference g_bar and is not zero";
399 EXPECT_TRUE(m1.Matches(g_bar));
401 EXPECT_EQ("g_bar or zero", Describe(m1));
407 EXPECT_EQ("g_bar or zero", Describe(m2));