/external/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
_stream_iterator.h | 96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; 120 _Self& operator++() { 124 _Self operator++(int) { 125 _Self __tmp = *this; 130 bool _M_equal(const _Self& __x) const { 147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail()); 149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); 150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail(); 152 _STLP_MUTABLE(_Self, _M_read_done) = true; 166 typedef ostream_iterator<_TpP> _Self; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
_stream_iterator.h | 96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; 120 _Self& operator++() { 124 _Self operator++(int) { 125 _Self __tmp = *this; 130 bool _M_equal(const _Self& __x) const { 147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail()); 149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); 150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail(); 152 _STLP_MUTABLE(_Self, _M_read_done) = true; 166 typedef ostream_iterator<_TpP> _Self; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
_stream_iterator.h | 96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; 120 _Self& operator++() { 124 _Self operator++(int) { 125 _Self __tmp = *this; 130 bool _M_equal(const _Self& __x) const { 147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail()); 149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); 150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail(); 152 _STLP_MUTABLE(_Self, _M_read_done) = true; 166 typedef ostream_iterator<_TpP> _Self; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 93 _Self operator--(int) [all...] |
_istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; } 101 _Self& operator>> (short& __val) [all...] |
_ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 78 _Self& operator<< (__ostream_fn __f) { return __f(*this); } 79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; } 80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; } 96 _Self& put(char_type __c) [all...] |
/external/llvm/include/llvm/Analysis/ |
ConstantsScanner.h | 30 typedef constant_iterator _Self; 50 inline bool operator==(const _Self& x) const { return OpIdx == x.OpIdx && 52 inline bool operator!=(const _Self& x) const { return !operator==(x); } 60 inline _Self& operator++() { // Preincrement implementation 76 inline _Self operator++(int) { // Postincrement 77 _Self tmp = *this; ++*this; return tmp;
|