HomeSort by relevance Sort by last modified time
    Searched refs:__next (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.c 144 _Literator __next = __first; local
145 ++__next;
147 __first = __next;
157 _Literator __next = __first;
158 while (++__next != __last) {
159 if (__binary_pred(*__first, *__next))
160 __that.erase(__next);
162 __first = __next;
163 __next = __first;
179 _Literator __next = __first2 local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 209 _ForwardIterator __next = __first;
210 for (++__next; __next != __last; __first = __next, ++__next)
211 if (*__next < *__first)
235 _ForwardIterator __next = __first;
236 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
functions.h 202 _ForwardIterator __next = __first;
203 for (++__next; __next != __last; __first = __next, ++__next)
204 if (*__next < *__first)
228 _ForwardIterator __next = __first;
229 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
functions.h 209 _ForwardIterator __next = __first;
210 for (++__next; __next != __last; __first = __next, ++__next)
211 if (*__next < *__first)
235 _ForwardIterator __next = __first;
236 for (++__next; __next != __last; __first = __next, ++__next
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 894 _Node* __next = __cur->_M_next; local
895 while (__next)
897 if (_M_equals(_M_get_key(__next->_M_val), __key))
899 if (&_M_get_key(__next->_M_val) != &__key)
901 __cur->_M_next = __next->_M_next;
902 _M_delete_node(__next);
903 __next = __cur->_M_next;
910 __cur = __next;
911 __next = __cur->_M_next;
916 __cur = __next;
957 _Node* __next = __cur->_M_next; local
1056 _Node* __next = __tmp[__bucket]->_M_next; local
1077 _Node* __next; local
1100 _Node* __next = __cur->_M_next; local
1121 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 894 _Node* __next = __cur->_M_next; local
895 while (__next)
897 if (_M_equals(_M_get_key(__next->_M_val), __key))
899 if (&_M_get_key(__next->_M_val) != &__key)
901 __cur->_M_next = __next->_M_next;
902 _M_delete_node(__next);
903 __next = __cur->_M_next;
910 __cur = __next;
911 __next = __cur->_M_next;
916 __cur = __next;
957 _Node* __next = __cur->_M_next; local
1056 _Node* __next = __tmp[__bucket]->_M_next; local
1077 _Node* __next; local
1100 _Node* __next = __cur->_M_next; local
1121 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hashtable.h 874 _Node* __next = __cur->_M_next; local
875 while (__next)
877 if (_M_equals(_M_get_key(__next->_M_val), __key))
879 if (&_M_get_key(__next->_M_val) != &__key)
881 __cur->_M_next = __next->_M_next;
882 _M_delete_node(__next);
883 __next = __cur->_M_next;
890 __cur = __next;
891 __next = __cur->_M_next;
896 __cur = __next;
937 _Node* __next = __cur->_M_next; local
1036 _Node* __next = __tmp[__bucket]->_M_next; local
1057 _Node* __next; local
1080 _Node* __next = __cur->_M_next; local
1101 _Node* __next = __cur->_M_next; local
    [all...]

Completed in 2109 milliseconds

1 2 3 4 5 6 7