Home | History | Annotate | Download | only in base

Lines Matching refs:temp

56     StrideIterator<T> temp = *this;
58 return temp;
67 StrideIterator<T> temp = *this;
69 return temp;
78 StrideIterator<T> temp = *this;
79 temp += delta;
80 return temp;
89 StrideIterator<T> temp = *this;
90 temp -= delta;
91 return temp;