Lines Matching defs:from
33 // Most of the code in this file is derived from:
50 // from this software without specific prior written permission.
122 Vector<T> SubVector(int from, int to) {
124 ASSERT(from < to);
125 ASSERT(0 <= from);
126 return Vector<T>(start() + from, to - from);
593 int from,
596 for (int i = from; i < from + digits_to_read; ++i) {