reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/fstream.tcc
  471 	  else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1)))
  519               if (_M_seek(__gptr_off, ios_base::cur, _M_state_last)
  816 	  bool __no_movement = __way == ios_base::cur && __off == 0
  830 	  if (_M_reading && __way == ios_base::cur)
  842  	      off_type __file_off = _M_file.seekoff(0, ios_base::cur);
 1019 			__testvalid = this->seekoff(0, ios_base::cur, _M_mode)
usr/include/c++/7.4.0/bits/istream.tcc
  836 		__ret = this->rdbuf()->pubseekoff(0, ios_base::cur,
usr/include/c++/7.4.0/bits/ostream.tcc
  243 	    __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
usr/include/c++/7.4.0/bits/sstream.tcc
  173       const bool __testboth = __testin && __testout && __way != ios_base::cur;
  186 	  if (__way == ios_base::cur)