HomeSort by relevance Sort by last modified time
    Searched defs:_Self (Results 126 - 150 of 449) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
169 _Self& operator = (_Self const&);
264 typedef ctype_byname<wchar_t> _Self;
265 ctype_byname(_Self const&);
266 _Self& operator = (_Self const&);
_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...]
_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...]
_iterator_old.h 66 Reference__, _Distance> _Self;
67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
92 _Self& operator++() {
96 _Self operator++(int) {
97 _Self __tmp = *this;
101 _Self& operator--() {
105 _Self operator--(int) {
106 _Self __tmp = *this;
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
    [all...]
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [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...]
_string_base.h 42 typedef _String_base<_Tp, _Alloc> _Self;
128 void _M_move_src (_Self &src) {
144 _String_base(__move_source<_Self> src)
168 void _M_swap(_Self &__s) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
169 _Self& operator = (_Self const&);
264 typedef ctype_byname<wchar_t> _Self;
265 ctype_byname(_Self const&);
266 _Self& operator = (_Self const&);
_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...]
_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...]
_iterator_old.h 66 Reference__, _Distance> _Self;
67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
92 _Self& operator++() {
96 _Self operator++(int) {
97 _Self __tmp = *this;
101 _Self& operator--() {
105 _Self operator--(int) {
106 _Self __tmp = *this;
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
    [all...]
_monetary.h 273 typedef moneypunct_byname<char, true> _Self;
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self;
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self;
342 moneypunct_byname(_Self const&)
    [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...]
_string_base.h 42 typedef _String_base<_Tp, _Alloc> _Self;
128 void _M_move_src (_Self &src) {
144 _String_base(__move_source<_Self> src)
168 void _M_swap(_Self &__s) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h 54 typedef _Safe_local_iterator _Self;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_local_iterator.h 54 typedef _Safe_local_iterator _Self;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
iterator_tracker.h 42 typedef __iterator_tracker _Self;
  /external/llvm/include/llvm/ADT/
STLExtras.h 91 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
105 _Self& operator++() { ++current; return *this; }
106 _Self& operator--() { --current; return *this; }
107 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; }
108 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; }
109 _Self operator+ (difference_type n) const {
110 return _Self(current + n, Fn);
112 _Self& operator+= (difference_type n) { current += n; return *this;
    [all...]
  /external/llvm/include/llvm/IR/
Use.h 171 typedef value_use_iterator<UserTy> _Self;
182 bool operator==(const _Self &x) const {
185 bool operator!=(const _Self &x) const {
193 _Self &operator++() { // Preincrement
198 _Self operator++(int) { // Postincrement
199 _Self tmp = *this; ++*this; return tmp;

Completed in 2139 milliseconds

1 2 3 4 56 7 8 91011>>