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

References

usr/include/c++/7.4.0/bits/sstream.tcc
  168     seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode)
  170       pos_type __ret =  pos_type(off_type(-1));
  184 	  off_type __newoffi = __off;
  185 	  off_type __newoffo = __newoffi;
  218       pos_type __ret =  pos_type(off_type(-1));
  223       if ((__beg || !off_type(__sp)) && (__testin || __testout))
  227 	  const off_type __pos(__sp);
  277     _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off)
usr/include/c++/7.4.0/sstream
  262       seekoff(off_type __off, ios_base::seekdir __way,
  293       _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off);
  343 	off_type _M_goff[3];
  344 	off_type _M_poff[3];