HomeSort by relevance Sort by last modified time
    Searched refs:_Traits (Results 1 - 25 of 68) sorted by null

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 28 template<typename _CharT, typename _Traits = char_traits<_CharT> >
29 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
34 typedef typename _Traits::int_type int_type;
35 typedef typename _Traits::pos_type pos_type;
36 typedef typename _Traits::off_type off_type;
37 typedef _Traits traits_type;
41 basic_ostream(basic_streambuf<_CharT, _Traits>* __sb);
48 basic_ostream<_CharT, _Traits>&
49 operator<<(basic_ostream<_CharT, _Traits>& (*__pf)(basic_ostream<_CharT, _Traits>&))
    [all...]
std_sstream.i 30 template<typename _CharT, typename _Traits = char_traits<_CharT>,
32 class basic_stringbuf : public basic_streambuf<_CharT, _Traits>
37 typedef _Traits traits_type;
50 basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __str,
54 basic_string<_CharT, _Traits, _Alloc>
58 str(const basic_string<_CharT, _Traits, _Alloc>& __s);
64 template<typename _CharT, typename _Traits = char_traits<_CharT>,
66 class basic_istringstream : public basic_istream<_CharT, _Traits>
71 typedef _Traits traits_type;
85 basic_istringstream(const basic_string<_CharT, _Traits, _Alloc>& __str
    [all...]
std_ios.i 14 template<typename _CharT, typename _Traits = char_traits<_CharT> >
17 template<typename _CharT, typename _Traits = char_traits<_CharT> >
20 template<typename _CharT, typename _Traits = char_traits<_CharT> >
162 template<typename _CharT, typename _Traits = char_traits<_CharT> >
168 typedef typename _Traits::int_type int_type;
169 typedef typename _Traits::pos_type pos_type;
170 typedef typename _Traits::off_type off_type;
171 typedef _Traits traits_type;
204 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) : ios_base();
210 basic_ostream<_CharT, _Traits>*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 49 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
55 typedef _Traits traits_type;
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
sso_string_base.h 37 template<typename _CharT, typename _Traits, typename _Alloc>
39 : protected __vstring_utility<_CharT, _Traits, _Alloc>
42 typedef _Traits traits_type;
43 typedef typename _Traits::char_type value_type;
45 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
231 template<typename _CharT, typename _Traits, typename _Alloc>
233 __sso_string_base<_CharT, _Traits, _Alloc>::
308 template<typename _CharT, typename _Traits, typename _Alloc>
310 __sso_string_base<_CharT, _Traits, _Alloc>::
334 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
rc_string_base.h 81 template<typename _CharT, typename _Traits, typename _Alloc>
83 : protected __vstring_utility<_CharT, _Traits, _Alloc>
86 typedef _Traits traits_type;
87 typedef typename _Traits::char_type value_type;
90 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
364 template<typename _CharT, typename _Traits, typename _Alloc>
365 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep_empty
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
368 template<typename _CharT, typename _Traits, typename _Alloc>
369 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep
    [all...]
vstring.h 54 template<typename _CharT, typename _Traits, typename _Alloc,
57 : private _Base<_CharT, _Traits, _Alloc>
59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
64 typedef _Traits traits_type;
65 typedef typename _Traits::char_type value_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 49 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
55 typedef _Traits traits_type;
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
sso_string_base.h 37 template<typename _CharT, typename _Traits, typename _Alloc>
39 : protected __vstring_utility<_CharT, _Traits, _Alloc>
42 typedef _Traits traits_type;
43 typedef typename _Traits::char_type value_type;
45 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
231 template<typename _CharT, typename _Traits, typename _Alloc>
233 __sso_string_base<_CharT, _Traits, _Alloc>::
308 template<typename _CharT, typename _Traits, typename _Alloc>
310 __sso_string_base<_CharT, _Traits, _Alloc>::
334 template<typename _CharT, typename _Traits, typename _Alloc
    [all...]
rc_string_base.h 81 template<typename _CharT, typename _Traits, typename _Alloc>
83 : protected __vstring_utility<_CharT, _Traits, _Alloc>
86 typedef _Traits traits_type;
87 typedef typename _Traits::char_type value_type;
90 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
364 template<typename _CharT, typename _Traits, typename _Alloc>
365 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep_empty
366 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
368 template<typename _CharT, typename _Traits, typename _Alloc>
369 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep
    [all...]
vstring.h 54 template<typename _CharT, typename _Traits, typename _Alloc,
57 : private _Base<_CharT, _Traits, _Alloc>
59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
64 typedef _Traits traits_type;
65 typedef typename _Traits::char_type value_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
66 if (_Traits::eq_int_type(__put, _Traits::eof()))
74 template<typename _CharT, typename _Traits>
    [all...]
basic_ios.h 59 * @tparam _Traits Traits for character type, defaults to
65 template<typename _CharT, typename _Traits>
76 typedef typename _Traits::int_type int_type;
77 typedef typename _Traits::pos_type pos_type;
78 typedef typename _Traits::off_type off_type;
79 typedef _Traits traits_type;
87 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
89 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
95 basic_ostream<_CharT, _Traits>* _M_tie;
98 basic_streambuf<_CharT, _Traits>* _M_streambuf
    [all...]
stream_iterator.h 48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t>
54 typedef _Traits traits_type;
55 typedef basic_istream<_CharT, _Traits> istream_type;
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
135 template <class _Tp, class _CharT, class _Traits, class _Dist>
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
150 * @tparam _Traits The ostream char_traits
    [all...]
basic_string.h 57 * @tparam _Traits Traits for character type, defaults to
111 template<typename _CharT, typename _Traits, typename _Alloc>
118 typedef _Traits traits_type;
119 typedef typename _Traits::char_type value_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream_insert.h 42 template<typename _CharT, typename _Traits>
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 template<typename _CharT, typename _Traits>
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
66 if (_Traits::eq_int_type(__put, _Traits::eof()))
74 template<typename _CharT, typename _Traits>
    [all...]
basic_ios.h 59 * @tparam _Traits Traits for character type, defaults to
65 template<typename _CharT, typename _Traits>
76 typedef typename _Traits::int_type int_type;
77 typedef typename _Traits::pos_type pos_type;
78 typedef typename _Traits::off_type off_type;
79 typedef _Traits traits_type;
87 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
89 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
95 basic_ostream<_CharT, _Traits>* _M_tie;
98 basic_streambuf<_CharT, _Traits>* _M_streambuf
    [all...]
stream_iterator.h 48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t>
54 typedef _Traits traits_type;
55 typedef basic_istream<_CharT, _Traits> istream_type;
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
135 template <class _Tp, class _CharT, class _Traits, class _Dist>
137 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
150 * @tparam _Traits The ostream char_traits
    [all...]
basic_string.h 57 * @tparam _Traits Traits for character type, defaults to
111 template<typename _CharT, typename _Traits, typename _Alloc>
118 typedef _Traits traits_type;
119 typedef typename _Traits::char_type value_type;
    [all...]
  /external/clang/test/CXX/except/except.spec/
canonical.cpp 17 template<class, class _Traits, class _Allocator>
21 typedef typename _Traits::char_type value_type;
47 template<class T, class _Traits, class _Allocator>
48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(_is_nothrow_constructible<allocator_type>::value) {}
  /external/clang/test/Parser/
cxx-member-crash.cpp 9 template<typename _CharT, typename _Traits = char_traits<_CharT> > class basic_ios;
10 template<typename _CharT, typename _Traits = char_traits<_CharT> > class ostreambuf_iterator;
12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
  /external/clang/test/SemaCXX/
PR9461.cpp 24 template<typename _CharT,typename _Traits,typename _Alloc>
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT* c,const _Alloc&)
crashes.cpp 8 template<typename _CharT, typename _Traits = char_traits<_CharT>,
11 template<typename _CharT, typename _Traits, typename _Alloc>
12 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
13 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_max_size // expected-error{{no member named '_Rep' in 'basic_string<_CharT, _Traits, _Alloc>'}}
202 template<typename _CharT, typename _Traits, typename _Alloc> struct basic_string {
211 template<typename _CharT, typename _Traits, typename _Alloc>
213 basic_string<_CharT, _Traits, _Alloc>:: basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a)
216 template<typename _CharT, typename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf {
218 typedef basic_string<char_type, _Traits, _Alloc> __string_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 472 typename _CharT, typename _Traits>
473 friend std::basic_ostream<_CharT, _Traits>&
474 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
484 * specialization arguments _CharT and _Traits were the same as those of
493 typename _CharT, typename _Traits>
494 friend std::basic_istream<_CharT, _Traits>&
495 operator>>(std::basic_istream<_CharT, _Traits>& __is,
649 typename _CharT, typename _Traits>
650 friend std::basic_ostream<_CharT, _Traits>&
651 operator<<(std::basic_ostream<_CharT, _Traits>& __os
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 472 typename _CharT, typename _Traits>
473 friend std::basic_ostream<_CharT, _Traits>&
474 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
484 * specialization arguments _CharT and _Traits were the same as those of
493 typename _CharT, typename _Traits>
494 friend std::basic_istream<_CharT, _Traits>&
495 operator>>(std::basic_istream<_CharT, _Traits>& __is,
649 typename _CharT, typename _Traits>
650 friend std::basic_ostream<_CharT, _Traits>&
651 operator<<(std::basic_ostream<_CharT, _Traits>& __os
    [all...]

Completed in 885 milliseconds

1 2 3