HomeSort by relevance Sort by last modified time
    Searched defs:istreambuf_iterator (Results 1 - 7 of 7) sorted by null

  /ndk/sources/cxx-stl/stlport/src/
num_get.cpp 105 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
107 template class num_get<char, istreambuf_iterator<char, char_traits<char> > >;
110 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
111 template class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 45 class istreambuf_iterator : class in inherits:iterator
62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); } function in class:istreambuf_iterator
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
64 inline istreambuf_iterator(basic_istream<_CharT, _Traits>& __is);
67 istreambuf_iterator<_CharT, _Traits>& operator++() {
72 istreambuf_iterator<_CharT, _Traits> operator++(int);
74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const {
106 inline istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) function in class:istreambuf_iterator
110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x
126 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<char, char_traits<char> >; variable
128 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 45 class istreambuf_iterator : class in inherits:iterator
62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); } function in class:istreambuf_iterator
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
64 inline istreambuf_iterator(basic_istream<_CharT, _Traits>& __is);
67 istreambuf_iterator<_CharT, _Traits>& operator++() {
72 istreambuf_iterator<_CharT, _Traits> operator++(int);
74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const {
106 inline istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) function in class:istreambuf_iterator
110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x
126 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<char, char_traits<char> >; variable
128 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 47 // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator class in inherits:iterator
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
81 istreambuf_iterator<_CharT2>, _CharT2*);
85 istreambuf_iterator<_CharT2> >::__type
86 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
90 // 24.5.3 istreambuf_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 47 // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator class in inherits:iterator
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
81 istreambuf_iterator<_CharT2>, _CharT2*);
85 istreambuf_iterator<_CharT2> >::__type
86 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
90 // 24.5.3 istreambuf_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 47 // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator class in inherits:iterator
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
81 istreambuf_iterator<_CharT2>, _CharT2*);
85 istreambuf_iterator<_CharT2> >::__type
86 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
90 // 24.5.3 istreambuf_iterator
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 47 // 24.5.3 Template class istreambuf_iterator
50 class istreambuf_iterator class in inherits:iterator
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
81 istreambuf_iterator<_CharT2>, _CharT2*);
85 istreambuf_iterator<_CharT2> >::__type
86 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
90 // 24.5.3 istreambuf_iterator
    [all...]

Completed in 220 milliseconds