Lines Matching defs:from
19 // from this software without specific prior written permission.
238 // that wants to prevent anyone from instantiating it. This is
270 // spanning from and including 'from', to but not including 'to'.
271 Vector<T> SubVector(int from, int to) {
273 DOUBLE_CONVERSION_ASSERT(from < to);
274 DOUBLE_CONVERSION_ASSERT(0 <= from);
275 return Vector<T>(start() + from, to - from);
396 // Bit_cast uses the memcpy exception to move the bits from a variable of one