Home
last modified time | relevance | path

Searched refs:gnu_char_type (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf.cc58 class gnu_char_type class
64 operator==(const gnu_char_type& __lhs) in operator ==()
69 operator<(const gnu_char_type& __lhs) in operator <()
73 gnu_char_type() { } in gnu_char_type() function in gnu_char_type
76 gnu_char_type(const unsigned long& __l) : character(__l) { } in gnu_char_type() function in gnu_char_type
85 typedef std::basic_filebuf<gnu_char_type> gnu_filebuf; in test07()
99 std::basic_streambuf<gnu_char_type>::int_type
100 std::basic_streambuf<gnu_char_type>::_S_pback_size;