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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 38 typedef complex<_Tp> _Self;
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& operator/= (const value_type& __x)
    [all...]
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_move_construct_fwk.h 46 typedef __move_source<_Tp> _Self;
47 _Self& operator = (_Self const&);
_queue.h 70 typedef queue<_Tp> _Self;
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;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_stack.h 58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self;
78 stack(__move_source<_Self> src)
90 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
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); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 38 typedef complex<_Tp> _Self;
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& operator/= (const value_type& __x)
    [all...]
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_move_construct_fwk.h 46 typedef __move_source<_Tp> _Self;
47 _Self& operator = (_Self const&);
_queue.h 70 typedef queue<_Tp> _Self;
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;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_stack.h 58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self;
78 stack(__move_source<_Self> src)
90 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
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); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 38 typedef complex<_Tp> _Self;
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& operator/= (const value_type& __x)
    [all...]
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_move_construct_fwk.h 46 typedef __move_source<_Tp> _Self;
47 _Self& operator = (_Self const&);
_queue.h 70 typedef queue<_Tp> _Self;
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;
156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self;
177 priority_queue(__move_source<_Self> src)
238 void _M_swap_workaround(_Self& __x) {
_sstream.h 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
148 typedef basic_istringstream<_CharT, _Traits> _Self;
150 basic_istringstream(_Self const&);
151 _Self& operator = (_Self const&);
192 typedef basic_ostringstream<_CharT, _Traits> _Self;
194 basic_ostringstream(_Self const&);
195 _Self& operator = (_Self const&);
237 typedef basic_stringstream<_CharT, _Traits> _Self;
    [all...]
_stack.h 58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self;
78 stack(__move_source<_Self> src)
90 void _M_swap_workaround(_Self& __x) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
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/
DepthFirstIterator.h 131 typedef df_iterator<GraphT, SetType, ExtStorage, GT> _Self;
134 static inline _Self begin(const GraphT& G) {
135 return _Self(GT::getEntryNode(G));
137 static inline _Self end(const GraphT& G) { return _Self(); }
140 static inline _Self begin(const GraphT& G, SetType &S) {
141 return _Self(GT::getEntryNode(G), S);
143 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); }
145 inline bool operator==(const _Self& x) const
    [all...]
PostOrderIterator.h 133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self;
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& x) const
    [all...]
SCCIterator.h 138 typedef scc_iterator<GraphT, GT> _Self;
141 static inline _Self begin(const GraphT &G){return _Self(GT::getEntryNode(G));}
142 static inline _Self end (const GraphT &) { return _Self(); }
150 inline bool operator==(const _Self& x) const {
153 inline bool operator!=(const _Self& x) const { return !operator==(x); }
156 inline _Self& operator++() { // Preincrement
160 inline _Self operator++(int) { // Postincrement
161 _Self tmp = *this; ++*this; return tmp
    [all...]
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 97 typedef IntervalIterator<NodeTy, OrigContainer_t> _Self;
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;

Completed in 2331 milliseconds

1 23 4 5 6 7 8 91011>>