Searched refs:pos_type (Results 1 - 25 of 124) sorted by relevance

12345

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/
H A D26211.cc30 typedef istringstream::pos_type pos_type; typedef
35 VERIFY( iss.tellg() == pos_type(0) );
39 VERIFY( iss.tellg() == pos_type(-1) );
42 VERIFY( iss.tellg() == pos_type(14) );
H A D1.cc36 typedef ios::pos_type pos_type; typedef
43 pos_type p3 = ist1.tellg();
46 pos_type p4 = ifs1.tellg();
50 VERIFY( p3 == pos_type(off_type(0)) );
51 VERIFY( p4 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D26211.cc30 typedef wistringstream::pos_type pos_type; typedef
35 VERIFY( iss.tellg() == pos_type(0) );
39 VERIFY( iss.tellg() == pos_type(-1) );
42 VERIFY( iss.tellg() == pos_type(14) );
H A D1.cc34 typedef ios::pos_type pos_type; typedef
41 pos_type p3 = ist1.tellg();
44 pos_type p4 = ifs1.tellg();
48 VERIFY( p3 == pos_type(off_type(0)) );
49 VERIFY( p4 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/
H A D1.cc31 typedef wios::pos_type pos_type; typedef
38 pos_type p1 = ost1.tellp();
41 pos_type p2 = ofs1.tellp();
45 VERIFY( p1 == pos_type(off_type(0)) );
46 VERIFY( p2 == pos_type(off_type(-1)) );
H A D2.cc26 typedef std::wstringbuf::pos_type pos_type; typedef
32 pos_type pos1;
34 VERIFY( pos1 == pos_type(off_type(0)) );
37 VERIFY( pos1 == pos_type(off_type(4)) );
40 VERIFY( pos1 == pos_type(off_type(33)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/
H A D1.cc33 typedef ios::pos_type pos_type; typedef
40 pos_type p1 = ost1.tellp();
43 pos_type p2 = ofs1.tellp();
47 VERIFY( p1 == pos_type(off_type(0)) );
48 VERIFY( p2 == pos_type(off_type(-1)) );
H A D2.cc28 typedef std::stringbuf::pos_type pos_type; typedef
34 pos_type pos1;
36 VERIFY( pos1 == pos_type(off_type(0)) );
39 VERIFY( pos1 == pos_type(off_type(4)) );
42 VERIFY( pos1 == pos_type(off_type(33)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D29354.cc26 typedef stringbuf::pos_type pos_type; typedef
31 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::cur, ios_base::out);
32 VERIFY( pt_1 == pos_type(off_type(0)) );
34 pos_type pt_2 = strb_01.pubseekpos(pt_1, ios_base::out);
35 VERIFY( pt_2 == pos_type(off_type(0)) );
H A D3.cc27 typedef wstringbuf::pos_type pos_type; typedef
33 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::end, ios_base::out);
39 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);
40 VERIFY( pt_2 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D29354.cc26 typedef stringbuf::pos_type pos_type; typedef
31 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::cur, ios_base::out);
32 VERIFY( pt_1 == pos_type(off_type(0)) );
34 pos_type pt_2 = strb_01.pubseekpos(pt_1, ios_base::out);
35 VERIFY( pt_2 == pos_type(off_type(0)) );
H A D3.cc27 typedef stringbuf::pos_type pos_type; typedef
33 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::end, ios_base::out);
39 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);
40 VERIFY( pt_2 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/
H A Dtypedefs.cc34 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/
H A Dtypedefs.cc35 typedef test_type::pos_type pos_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D26181.cc28 typedef istringstream::pos_type pos_type; typedef
33 VERIFY( iss.tellg() == pos_type(0) );
39 VERIFY( iss.tellg() == pos_type(22) );
42 VERIFY( iss.tellg() == pos_type(-1) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D26181.cc28 typedef wistringstream::pos_type pos_type; typedef
33 VERIFY( iss.tellg() == pos_type(0) );
39 VERIFY( iss.tellg() == pos_type(22) );
42 VERIFY( iss.tellg() == pos_type(-1) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D10975.cc30 typedef wstreambuf::pos_type pos_type; typedef
33 const pos_type good = pos_type(off_type(0));
34 const pos_type bad = pos_type(off_type(-1));
35 pos_type p;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D10975.cc30 typedef streambuf::pos_type pos_type; typedef
33 const pos_type good = pos_type(off_type(0));
34 const pos_type bad = pos_type(off_type(-1));
35 pos_type p;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/fpos/
H A D14775.cc34 typedef filebuf::pos_type pos_type; typedef
42 pos_type ret = fb.pubseekoff(TWO_GB + 100, ios_base::beg);
43 VERIFY( ret != pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A Dtypedefs.cc33 typedef test_type::pos_type pos_type; typedef

Completed in 180 milliseconds

12345