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

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ios/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/
H A Dtypedefs.cc36 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/
H A D1.cc38 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ifstream/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_iostream/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istringstream/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ofstream/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostringstream/
H A D1.cc46 typedef test_type::off_type off_type; typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dbase_classes.cc33 typedef char_traits<char>::off_type off_type; typedef
34 typedef iterator<input_iterator_tag, char, off_type, char*, char&> base_iterator;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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.cc28 typedef wios::off_type off_type; typedef
43 VERIFY( p1 == pos_type(off_type(0)) );
44 VERIFY( p2 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D1.cc31 typedef ios::off_type off_type; typedef
46 VERIFY( p3 == pos_type(off_type(0)) );
47 VERIFY( p4 == pos_type(off_type(-1)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D1.cc34 typedef std::stringbuf::off_type off_type; typedef
40 pos_type pt_1(off_type(-1));
41 pos_type pt_2(off_type(0));
42 off_type off_1 = 0;
43 off_type off_2 = 0;
55 off_1 = off_type(pt_1);
58 off_1 = off_type(pt_1);
66 off_2 = off_type(pt_2);
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)) );

Completed in 167 milliseconds

12345678