Searched refs:oldPos (Results 1 – 4 of 4) sorted by relevance
61 size_t oldPos = mCurrPos; in Read() local67 return reinterpret_cast<T*>(mData + oldPos); in Read()
371 auto oldPos = fin.tellg(); in GetLastLine() local373 fin.seekg(oldPos); in GetLastLine()
494 ssize_t oldPos = Tell(); in GetSize() local504 if (fseek(fp_, oldPos, SEEK_SET) != 0) { // Restore the file pointer to its original position in GetSize()
325 size_t oldPos = writer.GetPos(); in PackIlocHeader() local362 writer.SetPos(oldPos); in PackIlocHeader()