Lines Matching full:hello
488 Action<const char*()> a1 = Return("Hello");489 EXPECT_STREQ("Hello", a1.Perform(make_tuple()));1181 Action<void(void)> a = Assign(&x, "Hello, world");1183 EXPECT_EQ("Hello, world", x);1227 const std::string s2 = "Hello";