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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 215 typedef time_get_byname<_Ch, _InIt> _Self;
217 time_get_byname(_Self const&);
218 _Self& operator = (_Self const&);
303 typedef time_put_byname<_Ch, _OutIt> _Self;
305 time_put_byname(_Self const&);
306 _Self& operator = (_Self const&);
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_time_facets.h 215 typedef time_get_byname<_Ch, _InIt> _Self;
217 time_get_byname(_Self const&);
218 _Self& operator = (_Self const&);
303 typedef time_put_byname<_Ch, _OutIt> _Self;
305 time_put_byname(_Self const&);
306 _Self& operator = (_Self const&);
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
_time_facets.h 215 typedef time_get_byname<_Ch, _InIt> _Self;
217 time_get_byname(_Self const&);
218 _Self& operator = (_Self const&);
303 typedef time_put_byname<_Ch, _OutIt> _Self;
305 time_put_byname(_Self const&);
306 _Self& operator = (_Self const&);
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [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;
  /external/stlport/stlport/stl/
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]
_slist.h 89 typedef _Slist_iterator<_Tp, _Traits> _Self;
106 _Self& operator++() {
110 _Self operator++(int) {
111 _Self __tmp = *this;
152 typedef _Slist_base<_Tp, _Alloc> _Self;
165 _Slist_base(__move_source<_Self> src) :
227 typedef slist<_Tp,_Alloc> _Self;
329 slist(const _Self& __x)
334 slist(__move_source<_Self> src)
338 _Self& operator= (const _Self& __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.h 102 typedef _List_iterator<_Tp, _Traits> _Self;
122 _Self& operator++() {
126 _Self operator++(int) {
127 _Self __tmp = *this;
131 _Self& operator--() {
135 _Self operator--(int) {
136 _Self __tmp = *this;
179 typedef _List_base<_Tp, _Alloc> _Self;
192 _List_base(__move_source<_Self> src) :
259 typedef list<_Tp, _Alloc> _Self;
    [all...]
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]
  /external/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]

Completed in 1062 milliseconds

1 2 3 4 5 67 8 91011>>