Lines Matching defs:kExpected
663 const int kExpected = 'c';665 EXPECT_TRUE(m.Matches(kExpected));666 EXPECT_FALSE(m.Matches(kExpected + 1));