Lines Matching refs:begin
4493 // Offers only begin() and end() accessors, yielding InputIterator.
4505 const_iterator begin() const {
4506 return const_iterator(this, remainder_.begin());
4561 for (Iter it = s.remainder_.begin(); it != s.remainder_.end(); ++it) {
4575 Streamlike<int>::const_iterator it = s.begin();
4605 EXPECT_EQ("distance between begin() and end() is equal to 2", Describe(m));
4606 EXPECT_EQ("distance between begin() and end() isn't equal to 2",
4616 EXPECT_EQ("whose distance between begin() and end() 0 doesn't match",
4618 EXPECT_EQ("whose distance between begin() and end() 0 matches",
4620 EXPECT_EQ("whose distance between begin() and end() 0 matches",
4623 "whose distance between begin() and end() 0 doesn't match, which is 1 "
4628 EXPECT_EQ("whose distance between begin() and end() 2 matches",
4630 EXPECT_EQ("whose distance between begin() and end() 2 doesn't match",
4632 EXPECT_EQ("whose distance between begin() and end() 2 doesn't match",
4635 "whose distance between begin() and end() 2 matches, which is 1 more "
4712 } while (std::next_permutation(s.begin(), s.end()));
4813 } while (std::next_permutation(s.begin(), s.end()));