Lines Matching defs:from
14 // from this software without specific prior written permission.
228 // that wants to prevent anyone from instantiating it. This is
257 // spanning from and including 'from', to but not including 'to'.
258 Vector<T> SubVector(int from, int to) {
260 DOUBLE_CONVERSION_ASSERT(from < to);
261 DOUBLE_CONVERSION_ASSERT(0 <= from);
262 return Vector<T>(start() + from, to - from);
383 // Bit_cast uses the memcpy exception to move the bits from a variable of one