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

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/
H A Dtypedefs.cc35 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dbase_classes.cc33 typedef char_traits<char>::off_type off_type; typedef
35 typedef iterator<input_iterator_tag, char, off_type, char*,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/
H A D2.cc27 typedef std::wstringbuf::off_type off_type; typedef
34 VERIFY( pos1 == pos_type(off_type(0)) );
37 VERIFY( pos1 == pos_type(off_type(4)) );
40 VERIFY( pos1 == pos_type(off_type(33)) );
H A D1.cc30 typedef wios::off_type off_type; typedef
45 VERIFY( p1 == pos_type(off_type(0)) );
46 VERIFY( p2 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/
H A D2.cc29 typedef std::stringbuf::off_type off_type; typedef
36 VERIFY( pos1 == pos_type(off_type(0)) );
39 VERIFY( pos1 == pos_type(off_type(4)) );
42 VERIFY( pos1 == pos_type(off_type(33)) );
H A D1.cc32 typedef ios::off_type off_type; typedef
47 VERIFY( p1 == pos_type(off_type(0)) );
48 VERIFY( p2 == pos_type(off_type(-1)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D1.cc33 typedef ios::off_type off_type; typedef
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_istream/tellg/char/
H A D1.cc35 typedef ios::off_type off_type; typedef
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_stringbuf/seekpos/wchar_t/
H A D1.cc33 typedef std::wstringbuf::off_type off_type; typedef
38 pos_type pt_1(off_type(-1));
39 pos_type pt_2(off_type(0));
40 off_type off_1 = 0;
41 off_type off_2 = 0;
53 off_1 = off_type(pt_1);
56 off_1 = off_type(pt_1);
64 off_2 = off_type(pt_2);
H A D3.cc28 typedef wstringbuf::off_type off_type; typedef
36 // behaviour since pt_1 + off_type(1) doesn't come from a
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)) );
H A D29354.cc27 typedef stringbuf::off_type off_type; typedef
32 VERIFY( pt_1 == pos_type(off_type(0)) );
35 VERIFY( pt_2 == pos_type(off_type(0)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D1.cc33 typedef std::stringbuf::off_type off_type; typedef
38 pos_type pt_1(off_type(-1));
39 pos_type pt_2(off_type(0));
40 off_type off_1 = 0;
41 off_type off_2 = 0;
53 off_1 = off_type(pt_1);
56 off_1 = off_type(pt_1);
64 off_2 = off_type(pt_2);
H A D3.cc28 typedef stringbuf::off_type off_type; typedef
36 // behaviour since pt_1 + off_type(1) doesn't come from a
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)) );
H A D29354.cc27 typedef stringbuf::off_type off_type; typedef
32 VERIFY( pt_1 == pos_type(off_type(0)) );
35 VERIFY( pt_2 == pos_type(off_type(0)) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A Dtypedefs.cc32 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/
H A Dtypedefs.cc31 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/
H A Dtypedefs.cc31 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A Dtypedefs.cc32 typedef test_type::off_type off_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/
H A Dtypedefs.cc37 typedef test_type::off_type off_type; typedef

Completed in 123 milliseconds

1234