Lines Matching refs:ret
609 auto ret = iterator(*this);
611 return ret;
622 auto ret = iterator(*this);
624 return ret;
644 auto ret = iterator(*this);
645 ret.pos = static_cast<char *>(this->pos) + this->stride * n;
646 return ret;
652 auto ret = iterator(*this);
653 ret.pos = static_cast<char *>(this->pos) - this->stride * n;
654 return ret;