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

1 2 3 4 56

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.c 685 _ForwardIter __next = __first;
687 while (++__next != __last) {
688 if (__pred(*__next)) {
689 _STLP_STD::swap(*__first, *__next);
909 _RandomAccessIter __next = __last; local
910 --__next;
911 while (__comp(__val, *__next)) {
912 _STLP_VERBOSE_ASSERT(!__comp(*__next, __val), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
913 *__last = *__next;
914 __last = __next;
    [all...]
_rope.h 920 _CharT *__next = this->_M_buf_ptr + 1; local
921 if ( __next < this->_M_buf_end ) {
922 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 1251 _ForwardIterator __next = __first; local
1322 _ForwardIterator __next = __first; local
2096 _RandomAccessIterator __next = __last; local
2115 _RandomAccessIterator __next = __last; local
4086 _ForwardIterator __next = __first; local
4164 _ForwardIterator __next = __first; local
    [all...]
  /external/stlport/stlport/stl/
_rope.h 920 _CharT *__next = this->_M_buf_ptr + 1; local
921 if ( __next < this->_M_buf_end ) {
922 this->_M_buf_ptr = __next;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 920 _CharT *__next = this->_M_buf_ptr + 1; local
921 if ( __next < this->_M_buf_end ) {
922 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_algo.h 1281 _ForwardIterator __next = __first; local
1352 _ForwardIterator __next = __first; local
2101 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4085 _ForwardIterator __next = __first; local
4163 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 918 _CharT *__next = this->_M_buf_ptr + 1; local
919 if ( __next < this->_M_buf_end ) {
920 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 918 _CharT *__next = this->_M_buf_ptr + 1; local
919 if ( __next < this->_M_buf_end ) {
920 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 918 _CharT *__next = this->_M_buf_ptr + 1; local
919 if ( __next < this->_M_buf_end ) {
920 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 1281 _ForwardIterator __next = __first; local
1352 _ForwardIterator __next = __first; local
2101 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4085 _ForwardIterator __next = __first; local
4163 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 1277 _ForwardIterator __next = __first; local
1348 _ForwardIterator __next = __first; local
2122 _RandomAccessIterator __next = __last; local
2141 _RandomAccessIterator __next = __last; local
4111 _ForwardIterator __next = __first; local
4189 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 920 _CharT *__next = this->_M_buf_ptr + 1; local
921 if ( __next < this->_M_buf_end ) {
922 this->_M_buf_ptr = __next;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 1281 _ForwardIterator __next = __first; local
1352 _ForwardIterator __next = __first; local
2101 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4085 _ForwardIterator __next = __first; local
4163 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 1277 _ForwardIterator __next = __first; local
1348 _ForwardIterator __next = __first; local
2122 _RandomAccessIterator __next = __last; local
2141 _RandomAccessIterator __next = __last; local
4111 _ForwardIterator __next = __first; local
4189 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 1089 _ForwardIterator __next = __first; local
1859 _RandomAccessIterator __next = __last; local
3363 _ForwardIterator __next = __first; local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 4980 struct __gconv_trans_data *__next; member in struct:__gconv_trans_data
    [all...]

Completed in 2720 milliseconds

1 2 3 4 56