Home | History | Annotate | Download | only in compiler

Lines Matching refs:Whence

81   off_t Seek(off_t offset, Whence whence) OVERRIDE {
82 return out_->Seek(offset, whence);