HomeSort by relevance Sort by last modified time
    Searched refs:_Self (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/r10/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...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
_fstream.h 159 typedef basic_filebuf<_CharT, _Traits> _Self;
168 _Self* open(const char* __s, ios_base::openmode __m) {
174 _Self* open(const char* __s, ios_base::openmode __m,
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
197 _Self* close();
681 typedef basic_fstream<_CharT, _Traits> _Self;
683 basic_fstream(_Self const&);
684 _Self& operator = (_Self const&)
    [all...]
  /prebuilts/ndk/r11/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...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/r13/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...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
143 _Self
156 _Self&
163 _Self
166 _Self __tmp = *this;
171 _Self&
178 _Self
181 _Self __tmp = *this;
187 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
191 operator!=(const _Self& __x) const _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
143 _Self
156 _Self&
163 _Self
166 _Self __tmp = *this;
171 _Self&
178 _Self
181 _Self __tmp = *this;
187 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
191 operator!=(const _Self& __x) const _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
143 _Self
156 _Self&
163 _Self
166 _Self __tmp = *this;
171 _Self&
178 _Self
181 _Self __tmp = *this;
187 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
191 operator!=(const _Self& __x) const _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/ndk/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
152 _Self&
159 _Self
162 _Self __tmp = *this;
167 _Self&
174 _Self
177 _Self __tmp = *this;
183 operator==(const _Self& __x) const
187 operator!=(const _Self& __x) const
202 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
152 _Self&
159 _Self
162 _Self __tmp = *this;
167 _Self&
174 _Self
177 _Self __tmp = *this;
183 operator==(const _Self& __x) const
187 operator!=(const _Self& __x) const
202 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_list.h 127 typedef _List_iterator<_Tp> _Self;
152 _Self&
159 _Self
162 _Self __tmp = *this;
167 _Self&
174 _Self
177 _Self __tmp = *this;
183 operator==(const _Self& __x) const
187 operator!=(const _Self& __x) const
202 typedef _List_const_iterator<_Tp> _Self;
    [all...]

Completed in 7955 milliseconds

1 2 3 45 6 7 8 910