Lines Matching defs:end

1658 // Use this annotation at the end of a struct/class definition to
1796 // (They seem to think the ">" in "5 > 0" marks the end of the
2252 // MutexLock lock(&mutex); // Acquires the mutex and releases it at the end
3111 // String is considered to end with a NULL or empty suffix.
3115 // case. Any String is considered to end with a NULL or empty suffix.
3346 // not represent a directory (that is, it doesn't end with a path separator).
7657 // Finds the first element in the iterator range [begin, end) that
7660 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) {
7661 for (Iter it = begin; it != end; ++it) {
7665 return end;
7741 const_iterator end() const { return array_ + size_; }
8233 // the end allows the syntax of streaming additional messages into the
8276 // test in it; the sub-process exits with code 0 at the end of the
8339 // $ matches the end of a string (not that of each line)
8809 // Range(begin, end [, step]) - Yields values {begin, begin+step,
8811 // include end. step defaults to 1.
8814 // ValuesIn(begin,end) container, or an iterator range [begin, end).
9461 it != container.end(); ++it, ++count) {
10106 iterator end() const { return iterator(impl_->End()); }
10119 RangeGenerator(T begin, T end, IncrementT step)
10120 : begin_(begin), end_(end),
10121 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10177 const T& end,
10180 for (T i = begin; i < end; i = i + step)
10191 // The index for the end() iterator. All the elements in the generated
10205 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end)
10206 : container_(begin, end) {}
10213 return new Iterator(this, container_.end());
10240 // can advance iterator_ beyond the end of the range, and we cannot
10423 test_it != tests_.end(); ++test_it) {
10426 instantiations_.begin(); gen_it != instantiations_.end();
10439 param_it != generator.end(); ++param_it, ++i) {
10495 it != test_case_infos_.end(); ++it) {
10509 it != test_case_infos_.end(); ++it) {
10535 it != test_case_infos_.end(); ++it) {
10615 ValuesIn(ForwardIterator begin, ForwardIterator end);
13403 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
13415 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13416 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) {
13425 // so no component iterators must be beyond end of range, either.
13473 // We must report iterator past the end of the range when either of the
13474 // component iterators has reached the end of its range.
13484 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
13519 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end());
13533 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13534 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
13535 begin3_(g3.begin()), end3_(g3.end()), current3_(current3) {
13544 // so no component iterators must be beyond end of range, either.
13600 // We must report iterator past the end of the range when either of the
13601 // component iterators has reached the end of its range.
13612 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
13652 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
13653 g4_, g4_.end());
13669 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13670 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
13671 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
13672 begin4_(g4.begin()), end4_(g4.end()), current4_(current4) {
13681 // so no component iterators must be beyond end of range, either.
13746 // We must report iterator past the end of the range when either of the
13747 // component iterators has reached the end of its range.
13759 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
13803 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
13804 g4_, g4_.end(), g5_, g5_.end());
13822 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13823 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
13824 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
13825 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
13826 begin5_(g5.begin()), end5_(g5.end()), current5_(current5) {
13835 // so no component iterators must be beyond end of range, either.
13908 // We must report iterator past the end of the range when either of the
13909 // component iterators has reached the end of its range.
13922 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
13973 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
13974 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end());
13994 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
13995 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
13996 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
13997 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
13998 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
13999 begin6_(g6.begin()), end6_(g6.end()), current6_(current6) {
14008 // so no component iterators must be beyond end of range, either.
14089 // We must report iterator past the end of the range when either of the
14090 // component iterators has reached the end of its range.
14104 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14160 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14161 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end());
14183 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14184 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14185 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14186 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14187 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14188 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14189 begin7_(g7.begin()), end7_(g7.end()), current7_(current7) {
14198 // so no component iterators must be beyond end of range, either.
14287 // We must report iterator past the end of the range when either of the
14288 // component iterators has reached the end of its range.
14303 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14365 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14366 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_,
14367 g8_.end());
14391 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14392 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14393 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14394 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14395 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14396 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14397 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
14398 begin8_(g8.begin()), end8_(g8.end()), current8_(current8) {
14407 // so no component iterators must be beyond end of range, either.
14504 // We must report iterator past the end of the range when either of the
14505 // component iterators has reached the end of its range.
14521 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14587 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14588 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_,
14589 g8_.end(), g9_, g9_.end());
14615 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14616 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14617 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14618 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14619 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14620 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14621 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
14622 begin8_(g8.begin()), end8_(g8.end()), current8_(current8),
14623 begin9_(g9.begin()), end9_(g9.end()), current9_(current9) {
14632 // so no component iterators must be beyond end of range, either.
14738 // We must report iterator past the end of the range when either of the
14739 // component iterators has reached the end of its range.
14756 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
14827 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14828 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_,
14829 g8_.end(), g9_, g9_.end(), g10_, g10_.end());
14857 begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
14858 begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
14859 begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
14860 begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
14861 begin5_(g5.begin()), end5_(g5.end()), current5_(current5),
14862 begin6_(g6.begin()), end6_(g6.end()), current6_(current6),
14863 begin7_(g7.begin()), end7_(g7.end()), current7_(current7),
14864 begin8_(g8.begin()), end8_(g8.end()), current8_(current8),
14865 begin9_(g9.begin()), end9_(g9.end()), current9_(current9),
14866 begin10_(g10.begin()), end10_(g10.end()), current10_(current10) {
14875 // so no component iterators must be beyond end of range, either.
14989 // We must report iterator past the end of the range when either of the
14990 // component iterators has reached the end of its range.
15008 // begin[i]_ and end[i]_ define the i-th range that Iterator traverses.
15401 // Range(start, end)
15404 // Range(start, end, step)
15408 // * The generated sequences never include end. For example, Range(1, 5)
15411 // * start and end must have the same type. That type may be any integral or
15418 // * Condition start < end must be satisfied in order for resulting sequences
15422 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) {
15424 new internal::RangeGenerator<T, IncrementT>(start, end, step));
15428 internal::ParamGenerator<T> Range(T start, T end) {
15429 return Range(start, end, 1);
15442 // ValuesIn(Iterator begin, Iterator end)
15444 // a range [begin, end) defined by a pair of STL-style iterators. These
15485 // ValuesIn(l.begin(), l.end()));
15490 ValuesIn(ForwardIterator begin, ForwardIterator end) {
15494 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
15505 return ValuesIn(container.begin(), container.end());
18032 // Appends an event listener to the end of the list. Google Test assumes
19466 // The convention is to end the test case name with "Test". For