Home | History | Annotate | Download | only in compiler

Lines Matching full:whence

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