Home | History | Annotate | Download | only in source

Lines Matching full:currentpos

61 // 'currentPos' to write at least 'space' elements of type T (to positions
62 // currentPos[0] through currentPos[space - 1]. Throws a dng_exception if there
68 static void CheckSpaceLeftInBuffer(const T *currentPos,
73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space)