Lines Matching defs:begin

7869 // Finds the first element in the iterator range [begin, end) that
7872 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) {
7873 for (Iter it = begin; it != end; ++it) {
7952 const_iterator begin() const { return array_; }
7956 ArrayEq(begin(), size(), rhs.begin());
8815 // Range(begin, end [, step]) - Yields values {begin, begin+step,
8816 // begin+step+step, ...}. The values do not
8820 // ValuesIn(begin,end) container, or an iterator range [begin, end).
9466 for (typename C::const_iterator it = container.begin();
9799 // UniversalPrintArray(begin, len, os) prints an array of 'len'
9800 // elements, starting at address 'begin'.
9802 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) {
9814 PrintRawArrayTo(begin, len, os);
9816 PrintRawArrayTo(begin, kChunkSize, os);
9818 PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os);
9825 const char* begin, size_t len, ::std::ostream* os);
9829 const wchar_t* begin, size_t len, ::std::ostream* os);
10170 iterator begin() const { return iterator(impl_->Begin()); }
10184 RangeGenerator(T begin, T end, IncrementT step)
10185 : begin_(begin), end_(end),
10186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10241 static int CalculateEndIndex(const T& begin,
10245 for (T i = begin; i < end; i = i + step)
10270 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end)
10271 : container_(begin, end) {}
10275 return new Iterator(this, container_.begin());
10487 for (typename TestInfoContainer::iterator test_it = tests_.begin();
10491 instantiations_.begin(); gen_it != instantiations_.end();
10503 generator.begin();
10559 for (TestCaseInfoContainer::iterator it = test_case_infos_.begin();
10573 for (TestCaseInfoContainer::iterator it = test_case_infos_.begin();
10599 for (TestCaseInfoContainer::iterator it = test_case_infos_.begin();
10680 ValuesIn(ForwardIterator begin, ForwardIterator end);
13786 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
13801 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13802 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) {
13870 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
13901 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
13902 g3_.begin());
13919 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13920 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
13921 begin3_(g3.begin()), end3_(g3.end()), current3_(current3) {
13998 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14034 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14035 g3_.begin(), g4_, g4_.begin());
14055 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14056 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14057 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14058 begin4_(g4.begin()), end4_(g4.end()), current4_(current4) {
14145 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14185 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14186 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin());
14208 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14209 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14210 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14211 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14212 begin5_(g5.begin()), end5_(g5.end()), current5_(current5) {
14308 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14355 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14356 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin());
14380 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14381 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14382 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14383 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14384 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14385 begin6_(g6.begin()), end6_(g6.end()), current6_(current6) {
14490 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14541 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14542 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
14543 g7_.begin());
14569 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14570 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14571 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14572 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14573 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14574 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14575 begin7_(g7.begin()), end7_(g7.end()), current7_(current7) {
14689 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14746 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14747 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
14748 g7_.begin(), g8_, g8_.begin());
14777 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14778 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14779 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14780 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14781 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14782 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14783 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
14784 begin8_(g8.begin()), end8_(g8.end()), current8_(current8) {
14907 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14968 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14969 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
14970 g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin());
15001 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
15002 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
15003 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
15004 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
15005 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
15006 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
15007 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
15008 begin8_(g8.begin()), end8_(g8.end()), current8_(current8),
15009 begin9_(g9.begin()), end9_(g9.end()), current9_(current9) {
15142 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
15208 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
15209 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
15210 g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin());
15243 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
15244 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
15245 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
15246 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
15247 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
15248 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
15249 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
15250 begin8_(g8.begin()), end8_(g8.end()), current8_(current8),
15251 begin9_(g9.begin()), end9_(g9.end()), current9_(current9),
15252 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) {
15394 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
15828 // ValuesIn(Iterator begin, Iterator end)
15830 // a range [begin, end) defined by a pair of STL-style iterators. These
15871 // ValuesIn(l.begin(), l.end()));
15876 ValuesIn(ForwardIterator begin, ForwardIterator end) {
15880 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
15891 return ValuesIn(container.begin(), container.end());