HomeSort by relevance Sort by last modified time
    Searched refs:_Self (Results 201 - 225 of 393) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /external/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
  /external/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]

Completed in 510 milliseconds

1 2 3 4 5 6 7 891011>>