Lines Matching refs:list
9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
36 #include <list>
50 using std::list;
299 Matcher<list<string> > m = ElementsAre(StrEq("one"), "two");
311 Matcher<const list<int>& > m = ElementsAre(Gt(5));
317 Matcher<const list<string>& > m = ElementsAre("one", "two");
324 Matcher<const list<int>& > m = ElementsAre(1, Ne(2));
326 list<int> test_list;
344 Matcher<const list<int>& > m = ElementsAre(1, 3);
346 list<int> test_list;
375 list<string> test_list;
425 // The element list can contain values and/or matchers
464 vector<list<char> > nested;
466 nested.push_back(list<char>(strings[i], strings[i] + strlen(strings[i])));
660 // The compiler cannot infer the type of the initializer list if its
1112 list<int> some_list;
1120 list<string> another_list;
1129 list<int> some_list;