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

1 2 3 4 5 6

  /external/stlport/stlport/stl/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/
_slist_base.c 79 _Slist_node_base* __next = __node->_M_next; local
82 __node = __next;
_algo.h 87 _ForwardIter __next = __first;
88 while(++__next != __last) {
89 if (__binary_pred(*__first, *__next))
91 __first = __next;
271 _ForwardIter __next = __first; local
272 return remove_copy(++__next, __last, __first, __val);
284 _ForwardIter __next = __first; local
285 return remove_copy_if(++__next, __last, __first, __pred);
_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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
list_partition.h 119 size_t __cur = 1, __next = 1; local
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
list_partition.h 119 size_t __cur = 1, __next = 1; local
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
list_partition.h 119 size_t __cur = 1, __next = 1; local
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
list_partition.h 119 size_t __cur = 1, __next = 1; local
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;

Completed in 1662 milliseconds

1 2 3 4 5 6