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

Declarations

usr/include/c++/7.4.0/bits/char_traits.h
  392       typedef streamoff         off_type;
  512       typedef streamoff         off_type;
  609       typedef streamoff         off_type;

References

usr/include/c++/7.4.0/bits/basic_ios.h
   79       typedef typename _Traits::off_type             off_type;
usr/include/c++/7.4.0/bits/streambuf_iterator.h
   51     : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
usr/include/c++/7.4.0/fstream
   94       typedef typename traits_type::off_type 		off_type;
  463       typedef typename traits_type::off_type 		off_type;
  664       typedef typename traits_type::off_type 		off_type;
  870       typedef typename traits_type::off_type 		off_type;
usr/include/c++/7.4.0/istream
   65       typedef typename _Traits::off_type 		off_type;
  835       typedef typename _Traits::off_type 		off_type;
usr/include/c++/7.4.0/ostream
   65       typedef typename _Traits::off_type 		off_type;
usr/include/c++/7.4.0/sstream
   77       typedef typename traits_type::off_type 		off_type;
  391       typedef typename traits_type::off_type 		off_type;
  535       typedef typename traits_type::off_type 		off_type;
  679       typedef typename traits_type::off_type 		off_type;
usr/include/c++/7.4.0/streambuf
  133       typedef typename traits_type::off_type 		off_type;