Lines Matching refs:begin
46 // traverse the list from begin() to end(). This implicitly test the
73 // Test decrementing begin()
77 EXPECT_EQ(--list.begin(), list.end());
87 // Test incrementing end() should equal begin()
91 EXPECT_EQ(++list.end(), list.begin());
247 for (auto i = list.begin(); i != list.end(); ++i)
248 for (auto j = list.begin(); j != list.end(); ++j)
260 TestList::iterator insertion_point = list1.begin();
265 for (auto i = list1.begin(); i != list1.end(); ++i) {
278 TestList::iterator insertion_point = list1.begin();
282 for (auto i = list1.begin(); i != list1.end(); ++i) {
299 for (auto i = list1.begin(); i != list1.end(); ++i) {
316 for (auto i = list1.begin(); i != list1.end(); ++i) {