Searched refs:off_type (Results 51 - 75 of 100) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D2-out.cc40 typedef filebuf::off_type off_type; typedef
50 pos_type pt_1(off_type(-1));
51 pos_type pt_2(off_type(0));
52 off_type off_1 = 0;
53 off_type off_2 = 0;
56 // pubseekoff(off_type off, ios_base::seekdir way, ios_base::openmode which)
70 off_1 = off_type(pt_1);
86 off_2 = off_type(pt_2);
101 off_1 = off_type(pt_
[all...]
H A D3-out.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-in.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-io.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-in.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-io.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
H A D3-out.cc32 typedef streambuf::off_type off_type; typedef
33 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D2.cc30 typedef streambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D2.cc30 typedef wstreambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D2.cc30 typedef wstreambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D2.cc30 typedef streambuf::off_type off_type; typedef
31 pos_type bad = pos_type(off_type(-1));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dunwind2.C27 typedef long long off_type; typedef in struct:std::char_traits
66 typedef typename traits_type::off_type off_type; typedef in struct:std::basic_filebuf
79 pos_type _M_seek (off_type, ios_base::seekdir, __state_type);
85 pos_type __ret = (off_type ());
89 __ret = _M_seek (off_type (), ios_base::beg, __pos.state ());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A Dfstream.cc33 typedef std::wistream::off_type off_type; typedef
59 // istream& seekg(off_type, ios_base::seekdir)
70 VERIFY( pos01 == pos02 + off_type(10) );
79 VERIFY( pos03 == pos04 + off_type(10) );
88 VERIFY( pos05 == pos06 + off_type(10) );
98 VERIFY( pos01 == pos02 + off_type(10) );
107 VERIFY( pos03 == pos04 + off_type(10) );
116 VERIFY( pos05 == pos06 + off_type(10) );
H A Dsstream.cc33 typedef std::istream::off_type off_type; typedef
67 // istream& seekg(off_type, ios_base::seekdir)
78 VERIFY( pos01 == pos02 + off_type(10) );
87 VERIFY( pos03 == pos04 + off_type(10) );
106 VERIFY( pos01 == pos02 + off_type(10) );
115 VERIFY( pos03 == pos04 + off_type(10) );
H A D2.cc37 ist.seekg(wios::off_type(pos), wios::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A Dfstream.cc35 typedef std::istream::off_type off_type; typedef
61 // istream& seekg(off_type, ios_base::seekdir)
72 VERIFY( pos01 == pos02 + off_type(10) );
81 VERIFY( pos03 == pos04 + off_type(10) );
90 VERIFY( pos05 == pos06 + off_type(10) );
100 VERIFY( pos01 == pos02 + off_type(10) );
109 VERIFY( pos03 == pos04 + off_type(10) );
118 VERIFY( pos05 == pos06 + off_type(10) );
H A Dsstream.cc35 typedef std::istream::off_type off_type; typedef
69 // istream& seekg(off_type, ios_base::seekdir)
80 VERIFY( pos01 == pos02 + off_type(10) );
89 VERIFY( pos03 == pos04 + off_type(10) );
108 VERIFY( pos01 == pos02 + off_type(10) );
117 VERIFY( pos03 == pos04 + off_type(10) );
H A D2.cc39 ist.seekg(ios::off_type(pos), ios::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/
H A Dsstream.cc35 typedef std::istream::off_type off_type; typedef
84 VERIFY( pos01 == pos02 + off_type(10) );
H A Dfstream.cc35 typedef std::istream::off_type off_type; typedef
78 VERIFY( pos01 == pos02 + off_type(10) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A Dfstream.cc33 typedef std::wistream::off_type off_type; typedef
76 VERIFY( pos01 == pos02 + off_type(10) );
H A Dsstream.cc31 typedef std::wistream::off_type off_type; typedef
80 VERIFY( pos01 == pos02 + off_type(10) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D3.cc64 typedef std::filebuf::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/
H A D1.cc66 typedef std::filebuf::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D1.cc58 typedef std::filebuf::off_type off_type; typedef

Completed in 162 milliseconds

1234