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

References

usr/include/c++/7.4.0/bits/char_traits.h
   66       typedef std::streamoff  off_type;
  280       typedef streamoff         off_type;
  392       typedef streamoff         off_type;
  512       typedef streamoff         off_type;
  609       typedef streamoff         off_type;
usr/include/c++/7.4.0/bits/ios_base.h
  478     typedef std::streamoff streamoff;
usr/include/c++/7.4.0/bits/postypes.h
  115       streamoff	                _M_off;
  133       fpos(streamoff __off)
  137       operator streamoff() const { return _M_off; }
  154       operator+=(streamoff __off)
  165       operator-=(streamoff __off)
  178       operator+(streamoff __off) const
  192       operator-(streamoff __off) const
  204       streamoff
  217     { return streamoff(__lhs) == streamoff(__rhs); }
  217     { return streamoff(__lhs) == streamoff(__rhs); }
  222     { return streamoff(__lhs) != streamoff(__rhs); }
  222     { return streamoff(__lhs) != streamoff(__rhs); }
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/basic_file.h
  117       streamoff
  118       seekoff(streamoff __off, ios_base::seekdir __way) throw ();