Searched refs:another_list (Results 1 - 2 of 2) sorted by relevance

/external/gmock/test/
H A Dgmock-generated-matchers_test.cc1123 list<string> another_list; local
1124 another_list.push_back("fee");
1125 another_list.push_back("fie");
1126 another_list.push_back("foe");
1127 another_list.push_back("fum");
1128 EXPECT_THAT(another_list, Contains(string("fee")));
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc975 list<string> another_list; local
976 another_list.push_back("fee");
977 another_list.push_back("fie");
978 another_list.push_back("foe");
979 another_list.push_back("fum");
980 EXPECT_THAT(another_list, Contains(string("fee")));

Completed in 149 milliseconds