Searched refs:off_type (Results 26 - 50 of 199) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
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)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
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)) );
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)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/
H A D1.cc34 typedef ios::off_type off_type; typedef
49 VERIFY( p3 == pos_type(off_type(0)) );
50 VERIFY( p4 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D1.cc32 typedef ios::off_type off_type; typedef
47 VERIFY( p3 == pos_type(off_type(0)) );
48 VERIFY( p4 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/
H A D1.cc31 typedef ios::off_type off_type; typedef
46 VERIFY( p1 == pos_type(off_type(0)) );
47 VERIFY( p2 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/
H A D1.cc29 typedef wios::off_type off_type; typedef
44 VERIFY( p1 == pos_type(off_type(0)) );
45 VERIFY( p2 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D1.cc35 typedef std::stringbuf::off_type off_type; typedef
41 pos_type pt_1(off_type(-1));
42 pos_type pt_2(off_type(0));
43 off_type off_1 = 0;
44 off_type off_2 = 0;
56 off_1 = off_type(pt_1);
59 off_1 = off_type(pt_1);
67 off_2 = off_type(pt_2);
H A D29354.cc28 typedef stringbuf::off_type off_type; typedef
33 VERIFY( pt_1 == pos_type(off_type(0)) );
36 VERIFY( pt_2 == pos_type(off_type(0)) );
H A D3.cc29 typedef stringbuf::off_type off_type; typedef
37 // behaviour since pt_1 + off_type(1) doesn't come from a
40 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);
41 VERIFY( pt_2 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D29354.cc28 typedef stringbuf::off_type off_type; typedef
33 VERIFY( pt_1 == pos_type(off_type(0)) );
36 VERIFY( pt_2 == pos_type(off_type(0)) );
H A D3.cc29 typedef wstringbuf::off_type off_type; typedef
37 // behaviour since pt_1 + off_type(1) doesn't come from a
40 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);
41 VERIFY( pt_2 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A Dtypedefs.cc32 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/
H A Dtypedefs.cc31 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/
H A Dtypedefs.cc31 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A Dtypedefs.cc32 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/
H A Dtypedefs.cc37 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/requirements/
H A Dtypedefs.cc38 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/
H A Dtypedefs.cc38 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/
H A Dtypedefs.cc38 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/
H A Dtypedefs.cc37 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/
H A Dtypedefs.cc37 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_fstream/
H A D1.cc47 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/
H A D1.cc47 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/
H A D1.cc47 typedef test_type::off_type off_type; typedef

Completed in 104 milliseconds

12345678