Home | History | Annotate | Download | only in support

Lines Matching refs:index_

345         : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {}
347 : begin_(first), end_(last), current_(first), action_(action), index_(index) {}
349 : begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.index_) {}
354 if (index_ == 0)
362 --index_;
368 index_ = rhs.index_;
377 if (index_ == 0)
384 --index_;
393 if (index_ == 0)
400 --index_;
417 if (index_ == 0)
424 --index_;
440 if (index_ == 0)
447 --index_;
461 mutable size_t index_;