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
  201 		  == pos_type(off_type(-1)))
  471 	  else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1)))
  520                   == pos_type(off_type(-1)))
  800     seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode)
  808       pos_type __ret = pos_type(off_type(-1));
  829 	  off_type __computed_off = __off * __width;
  842  	      off_type __file_off = _M_file.seekoff(0, ios_base::cur);
  843  	      if (__file_off != off_type(-1))
  862       pos_type __ret =  pos_type(off_type(-1));
  867 	  __ret = _M_seek(off_type(__pos), ios_base::beg, __pos.state());
  875     _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
  877       pos_type __ret = pos_type(off_type(-1));
  880 	  off_type __file_off = _M_file.seekoff(__off, __way);
  881 	  if (__file_off != off_type(-1))
 1020 			              != pos_type(off_type(-1));
usr/include/c++/7.4.0/fstream
  379       seekoff(off_type __off, ios_base::seekdir __way,
  388       _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);