[inline, virtual]
Definition at line 404 of file IOBuffer.h.
References mPosition, and mSize.
Referenced by Impala::Util::IOBufferFile::DoNativeTypeWrite(), Impala::Util::IOBufferFile::Puts(), and Impala::Util::IOBufferFile::Write().
00405 { 00406 mPosition = position; 00407 if (mPosition > mSize) 00408 mSize = position; 00409 }