Searched refs:MyCharTraits (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc29 struct MyCharTraits : std::char_traits<wchar_t> struct in inherits:std::char_traits
128 std::basic_filebuf<wchar_t, MyCharTraits> fb;
132 MyCharTraits::pos_type pos = fb.pubseekoff(0, std::ios_base::beg);
133 VERIFY( pos != MyCharTraits::pos_type(MyCharTraits::off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc30 struct MyCharTraits : std::char_traits<wchar_t> struct in inherits:std::char_traits
129 std::basic_filebuf<wchar_t, MyCharTraits> fb;
133 MyCharTraits::pos_type pos = fb.pubseekoff(0, std::ios_base::beg);
134 VERIFY( pos != MyCharTraits::pos_type(MyCharTraits::off_type(-1)) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc31 struct MyCharTraits : std::char_traits<char> struct in inherits:std::char_traits
140 std::basic_filebuf<char, MyCharTraits> fb;
144 MyCharTraits::pos_type pos = fb.pubseekoff(0, std::ios_base::beg);
145 VERIFY( pos != MyCharTraits::pos_type(MyCharTraits::off_type(-1)) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc30 struct MyCharTraits : std::char_traits<char> struct in inherits:std::char_traits
139 std::basic_filebuf<char, MyCharTraits> fb;
143 MyCharTraits::pos_type pos = fb.pubseekoff(0, std::ios_base::beg);
144 VERIFY( pos != MyCharTraits::pos_type(MyCharTraits::off_type(-1)) );

Completed in 195 milliseconds