Searched defs:_Self (Results 1 - 25 of 60) sorted by relevance

123

/external/stlport/stlport/stl/
H A D_numpunct.h129 typedef numpunct_byname<char> _Self; typedef in class:numpunct_byname
130 numpunct_byname(_Self const&);
131 _Self& operator = (_Self const&);
160 typedef numpunct_byname<wchar_t> _Self; typedef in class:numpunct_byname
161 numpunct_byname(_Self const&);
162 _Self& operator = (_Self const&);
H A D_auto_ptr.h43 typedef auto_ptr_ref<_Tp> _Self; typedef in class:auto_ptr_ref
44 _Self& operator = (_Self const&);
51 typedef auto_ptr<_Tp> _Self; typedef in class:auto_ptr
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
102 _Self& operator=(_Self& __r) _STLP_NOTHROW {
112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
H A D_iostream_string.h104 typedef __basic_iostring<_CharT> _Self; typedef in struct:__basic_iostring
111 _Self& operator=(const _CharT* __s) {
H A D_messages_facets.h141 typedef messages_byname<char> _Self; typedef in class:messages_byname
143 messages_byname(_Self const&);
144 _Self& operator = (_Self const&);
169 typedef messages_byname<wchar_t> _Self; typedef in class:messages_byname
171 messages_byname(_Self const&);
172 _Self& operator = (_Self const&);
H A D_move_construct_fwk.h46 typedef __move_source<_Tp> _Self; typedef in class:__move_source
47 _Self& operator = (_Self const&);
H A D_sstream.h64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self; typedef in class:basic_stringbuf
148 typedef basic_istringstream<_CharT, _Traits> _Self; typedef in class:basic_istringstream
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self; typedef in class:basic_ostringstream
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self; typedef in class:basic_stringstream
[all...]
H A D_stack.h58 typedef stack<_Tp> _Self; typedef in class:stack
60 typedef stack<_Tp, _Sequence> _Self;
78 stack(__move_source<_Self> src)
90 void _M_swap_workaround(_Self& __x) {
H A D_complex.h38 typedef complex<_Tp> _Self; typedef in struct:complex
46 complex(const _Self& __z)
49 _Self& operator=(const _Self& __z) {
61 _Self& operator=(const complex<_Tp2>& __z) {
74 _Self& operator= (const value_type& __x) {
79 _Self& operator+= (const value_type& __x) {
83 _Self& operator-= (const value_type& __x) {
87 _Self& operator*= (const value_type& __x) {
92 _Self
182 typedef complex<float> _Self; typedef in struct:complex
320 typedef complex<double> _Self; typedef in struct:complex
460 typedef complex<long double> _Self; typedef in struct:complex
[all...]
H A D_iterator_old.h66 Reference__, _Distance> _Self; typedef in class:reverse_bidirectional_iterator
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; typedef in class:reverse_iterator
[all...]
H A D_queue.h70 typedef queue<_Tp> _Self; typedef in class:queue
72 typedef queue<_Tp, _Sequence> _Self;
90 queue(__move_source<_Self> src)
105 void _M_swap_workaround(_Self& __x) {
154 typedef priority_queue<_Tp> _Self; typedef in class:priority_queue
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
H A D_stream_iterator.h96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; typedef in class:istream_iterator
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; typedef in class:ostream_iterator
[all...]
H A D_string_base.h42 typedef _String_base<_Tp, _Alloc> _Self; typedef in class:_String_base
128 void _M_move_src (_Self &src) {
144 _String_base(__move_source<_Self> src)
168 void _M_swap(_Self &__s) {
H A D_ctype.h167 typedef ctype_byname<char> _Self; typedef in class:ctype_byname
168 ctype_byname(_Self const&);
169 _Self& operator = (_Self const&);
264 typedef ctype_byname<wchar_t> _Self; typedef in class:ctype_byname
265 ctype_byname(_Self const&);
266 _Self& operator = (_Self const&);
H A D_istream.h64 typedef basic_istream<_CharT, _Traits> _Self; typedef in class:basic_istream
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
185 typedef _Isentry<_CharT, _Traits> _Self; typedef in class:_Isentry
188 typedef sentry _Self; typedef in class:_Isentry::sentry
215 sentry(const _Self&) argument
216 operator =(const _Self&) argument
[all...]
H A D_iterator.h55 typedef reverse_iterator<_Iterator> _Self; typedef in class:reverse_iterator
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 operato
163 typedef back_insert_iterator<_Container> _Self; typedef in class:back_insert_iterator
193 typedef front_insert_iterator<_Container> _Self; typedef in class:front_insert_iterator
222 typedef insert_iterator<_Container> _Self; typedef in class:insert_iterator
[all...]
H A D_map.h49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self; typedef in class:map
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self; typedef in class:multimap
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> sr
[all...]
H A D_monetary.h273 typedef moneypunct_byname<char, true> _Self; typedef in class:moneypunct_byname
275 moneypunct_byname(_Self const&);
276 _Self& operator = (_Self const&);
306 typedef moneypunct_byname<char, false> _Self; typedef in class:moneypunct_byname
308 moneypunct_byname(_Self const&);
309 _Self& operator = (_Self const&);
340 typedef moneypunct_byname<wchar_t, true> _Self; typedef in class:moneypunct_byname
342 moneypunct_byname(_Self cons
373 typedef moneypunct_byname<wchar_t, false> _Self; typedef in class:moneypunct_byname
[all...]
H A D_ostream.h54 typedef basic_ostream<_CharT, _Traits> _Self; typedef in class:basic_ostream
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
170 typedef _Osentry<_CharT, _Traits> _Self; typedef in class:_Osentry
173 typedef sentry _Self; typedef in class:_Osentry::sentry
196 operator =(const _Self&) argument
[all...]
H A D_set.h51 typedef set<_Key, _Compare, _Alloc> _Self; typedef in class:set
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self; typedef in class:multiset
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self
[all...]
H A D_time_facets.h215 typedef time_get_byname<_Ch, _InIt> _Self; typedef in class:time_get_byname
217 time_get_byname(_Self const&);
218 _Self& operator = (_Self const&);
303 typedef time_put_byname<_Ch, _OutIt> _Self; typedef in class:time_put_byname
305 time_put_byname(_Self const&);
306 _Self& operator = (_Self const&);
/external/llvm/include/llvm/Analysis/
H A DConstantsScanner.h30 typedef constant_iterator _Self; typedef in class:llvm::constant_iterator
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;
H A DIntervalIterator.h97 typedef IntervalIterator<NodeTy, OrigContainer_t> _Self; typedef in class:llvm::IntervalIterator
123 inline bool operator==(const _Self& x) const { return IntStack == x.IntStack;}
124 inline bool operator!=(const _Self& x) const { return !operator==(x); }
131 _Self& operator++() { // Preincrement
153 inline _Self operator++(int) { // Postincrement
154 _Self tmp = *this; ++*this; return tmp;
/external/stlport/stlport/stl/debug/
H A D_deque.h60 typedef deque<_Tp,_Alloc> _Self; typedef in class:deque
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h132 typedef df_iterator<GraphT, SetType, ExtStorage, GT> _Self; typedef in class:llvm::df_iterator
135 static inline _Self begin(const GraphT& G) {
136 return _Self(GT::getEntryNode(G));
138 static inline _Self end(const GraphT& G) { return _Self(); }
141 static inline _Self begin(const GraphT& G, SetType &S) {
142 return _Self(GT::getEntryNode(G), S);
144 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); }
146 inline bool operator==(const _Self
[all...]
H A DPostOrderIterator.h133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self; typedef in class:llvm::po_iterator
136 static inline _Self begin(GraphT G) { return _Self(GT::getEntryNode(G)); }
137 static inline _Self end (GraphT G) { return _Self(); }
139 static inline _Self begin(GraphT G, SetType &S) {
140 return _Self(GT::getEntryNode(G), S);
142 static inline _Self end (GraphT G, SetType &S) { return _Self(S); }
144 inline bool operator==(const _Self
[all...]

Completed in 247 milliseconds

123