HomeSort by relevance Sort by last modified time
    Searched full:another_list (Results 1 - 1 of 1) sorted by null

  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 975 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")));
    [all...]

Completed in 39 milliseconds