HomeSort by relevance Sort by last modified time
    Searched full:_self (Results 276 - 300 of 453) sorted by null

<<111213141516171819

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
_hash_map.h 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
98 hash_map(__move_source<_Self> src)
169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
171 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
289 hash_multimap(__move_source<_Self> src)
360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
_hash_set.h 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
101 hash_set(__move_source<_Self> src)
170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
172 void _M_swap_workaround(_Self& __x) { swap(__x); }
236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
282 hash_multiset(__move_source<_Self> src)
352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); }
354 void _M_swap_workaround(_Self& __x) { swap(__x); }
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
_hash_map.h 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
98 hash_map(__move_source<_Self> src)
169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
171 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
289 hash_multimap(__move_source<_Self> src)
360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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...]
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
  /external/stlport/stlport/stl/
_string_sum.h 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft;
126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft;
129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft;
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const
373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self;
382 _STLP_MUTABLE(_Self, _M_storage) = __ref;
383 _STLP_MUTABLE(_Self, _M_init) = true;
_hash_map.h 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
98 hash_map(__move_source<_Self> src)
169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
171 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
289 hash_multimap(__move_source<_Self> src)
360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
_hash_set.h 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
101 hash_set(__move_source<_Self> src)
170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
172 void _M_swap_workaround(_Self& __x) { swap(__x); }
236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
282 hash_multiset(__move_source<_Self> src)
352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); }
354 void _M_swap_workaround(_Self& __x) { swap(__x); }
_iostream_string.h 104 typedef __basic_iostring<_CharT> _Self;
111 _Self& operator=(const _CharT* __s) {
  /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/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
149 hashtable(const _Self& __ht)
154 hashtable(__move_source<_Self> src)
169 _Self& operator=(const _Self& __ht) {
178 void swap(_Self& __ht) {

Completed in 1025 milliseconds

<<111213141516171819