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
1226 list<std::string> words;
1277 list<std::string> words;
1361 ConstIter(const Streamlike* s, typename std::list<value_type>::iterator pos)
1396 typename std::list<value_type>::iterator pos_;
1401 typedef typename std::list<value_type>::const_iterator Iter;
1411 mutable std::list<value_type> remainder_; // modified by iteration
1559 ::std::list<int> expected;
1685 ::std::list<int> expected;
1806 ::std::list<int> expected;
1861 ::std::list<int> expected;
1894 // The compiler cannot infer the type of the initializer list if its
2260 list<signed char> rhs;
2388 list<signed char> rhs;
2576 Matcher<list<std::string>> m = ElementsAre(StrEq("one"), "two");
2590 Matcher<const list<int>&> m = ElementsAre(Gt(5));
2598 Matcher<const list<std::string>&> m = ElementsAre("one", "two");
2607 Matcher<const list<int>&> m = ElementsAre(1, Ne(2));
2609 list<int> test_list;
2628 Matcher<const list<int>&> m = ElementsAre(1, 3);
2630 list<int> test_list;
2659 list<std::string> test_list;
2709 // The element list can contain values and/or matchers
2745 vector<list<char>> nested;
2928 // The compiler cannot infer the type of the initializer list if its
2994 list<int> some_list;
3003 list<std::string> another_list;
3012 list<int> some_list;