Home | History | Annotate | Download | only in compiler

Lines Matching refs:Whence

211     off_t Seek(off_t offset, Whence whence) OVERRIDE {
213 return owner_->stream_.Seek(offset, whence);