Searched refs:no_promo (Results 1 - 4 of 4) sorted by relevance

/external/gmock/test/
H A Dgmock-generated-matchers_test.cc1046 Matcher<std::string> no_promo = local
1050 EXPECT_FALSE(no_promo.Matches("fool"));
1052 EXPECT_TRUE(no_promo.Matches("foot"));
H A Dgmock-generated-actions_test.cc873 Action<std::string(const char*)> no_promo = local
877 EXPECT_EQ("foobar", no_promo.Perform(make_tuple(CharPtr("ba"))));
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc911 Matcher<std::string> no_promo = local
915 EXPECT_FALSE(no_promo.Matches("fool"));
917 EXPECT_TRUE(no_promo.Matches("foot"));
H A Dgmock-generated-actions_test.cc873 Action<std::string(const char*)> no_promo = local
877 EXPECT_EQ("foobar", no_promo.Perform(make_tuple(CharPtr("ba"))));

Completed in 143 milliseconds