Searched refs:off_type (Results 1 - 25 of 52) sorted by relevance

123

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Difstream.cc46 typedef test_type::off_type off_type; typedef
H A Dios.cc46 typedef test_type::off_type off_type; typedef
H A Diostream.cc46 typedef test_type::off_type off_type; typedef
H A Distringstream.cc46 typedef test_type::off_type off_type; typedef
H A Dofstream.cc46 typedef test_type::off_type off_type; typedef
H A Dostringstream.cc46 typedef test_type::off_type off_type; typedef
H A Dfstream.cc47 typedef test_type::off_type off_type; typedef
H A Distream.cc47 typedef test_type::off_type off_type; typedef
H A Dostream.cc47 typedef test_type::off_type off_type; typedef
H A Dstreambuf.cc47 typedef test_type::off_type off_type; typedef
H A Dstringbuf.cc47 typedef test_type::off_type off_type; typedef
H A Dostream_unformatted.cc30 typedef std::stringbuf::off_type off_type; typedef
H A Dfilebuf.cc39 typedef test_type::off_type off_type; typedef
H A Dstringstream.cc47 typedef test_type::off_type off_type; typedef
H A Dstringbuf_virtuals.cc45 typedef streambuf::off_type off_type; typedef
46 pos_type bad = pos_type(off_type(-1));
H A Distream_seeks.cc76 std::streampos badpos = std::streampos(std::streambuf::off_type(-1));
129 typedef std::istream::off_type off_type; typedef
167 // istream& seekg(off_type, ios_base::seekdir)
178 VERIFY( pos01 == pos02 + off_type(10) );
187 VERIFY( pos03 == pos04 + off_type(10) );
196 VERIFY( pos05 == pos06 + off_type(10) );
206 VERIFY( pos01 == pos02 + off_type(10) );
215 VERIFY( pos03 == pos04 + off_type(10) );
224 VERIFY( pos05 == pos06 + off_type(1
240 typedef std::istream::off_type off_type; typedef
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h71 typedef typename traits_type::off_type off_type; typedef in class:std::basic_filebuf
301 seekoff(off_type __off, ios_base::seekdir __way,
321 off_type __off = _M_out_cur - _M_out_end;
407 _M_set_determinate(off_type __off)
480 typedef typename traits_type::off_type off_type; typedef in class:std::basic_ifstream
603 typedef typename traits_type::off_type off_type; typedef in class:std::basic_ofstream
729 typedef typename traits_type::off_type off_typ typedef in class:std::basic_fstream
[all...]
H A Dstd_streambuf.h138 typedef typename traits_type::off_type off_type; typedef in class:std::basic_streambuf
306 _M_in_cur_move(off_type __n) // argument needs to be +-
323 _M_out_cur_move(off_type __n) // argument needs to be +-
342 off_type
345 off_type __ret = 0;
412 pubseekoff(off_type __off, ios_base::seekdir __way,
723 seekoff(off_type, ios_base::seekdir,
725 { return pos_type(off_type(-1)); }
737 { return pos_type(off_type(
[all...]
H A Dstd_sstream.h74 typedef typename traits_type::off_type off_type; typedef in class:std::basic_stringbuf
238 seekoff(off_type __off, ios_base::seekdir __way,
300 typedef typename traits_type::off_type off_type; typedef in class:std::basic_istringstream
419 typedef typename traits_type::off_type off_type; typedef in class:std::basic_ostringstream
538 typedef typename traits_type::off_type off_type; typedef in class:std::basic_stringstream
H A Dstd_istream.h65 typedef typename _Traits::off_type off_type; typedef in class:std::basic_istream
561 seekg(off_type, ios_base::seekdir);
712 typedef typename _Traits::off_type off_type; typedef in class:std::basic_iostream
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_fstream.h65 // traits_type::off_type must be streamoff
77 typedef typename traits_type::off_type off_type; typedef in class:basic_filebuf
355 seekoff(off_type __off, ios_base::seekdir __way,
364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
432 typedef typename traits_type::off_type off_type; typedef in class:basic_ifstream
560 typedef typename traits_type::off_type off_type; typedef in class:basic_ofstream
691 typedef typename traits_type::off_type off_typ typedef in class:basic_fstream
[all...]
H A Dstd_sstream.h73 typedef typename traits_type::off_type off_type; typedef in class:basic_stringbuf
223 seekoff(off_type __off, ios_base::seekdir __way,
272 typedef typename traits_type::off_type off_type; typedef in class:basic_istringstream
385 typedef typename traits_type::off_type off_type; typedef in class:basic_ostringstream
498 typedef typename traits_type::off_type off_type; typedef in class:basic_stringstream
H A Dstd_streambuf.h137 typedef typename traits_type::off_type off_type; typedef in class:basic_streambuf
258 pubseekoff(off_type __off, ios_base::seekdir __way,
598 seekoff(off_type, ios_base::seekdir,
600 { return pos_type(off_type(-1)); }
612 { return pos_type(off_type(-1)); }
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstdio_filebuf.h60 typedef typename traits_type::off_type off_type; typedef in class:__gnu_cxx::stdio_filebuf
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Distreambuf_iterator.cc33 typedef char_traits<char>::off_type off_type; typedef
34 typedef iterator<input_iterator_tag, char, off_type, char*, char&> base_iterator;

Completed in 384 milliseconds

123