HomeSort by relevance Sort by last modified time
    Searched refs:__next (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 224 _State(_StateIdT __next, _StateIdT __alt)
225 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
296 _M_insert_alt(_StateIdT __next, _StateIdT __alt)
298 this->push_back(_StateT(__next, __alt));
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.6/include/bits/
regex_nfa.h 224 _State(_StateIdT __next, _StateIdT __alt)
225 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
296 _M_insert_alt(_StateIdT __next, _StateIdT __alt)
298 this->push_back(_StateT(__next, __alt));
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/
regex_nfa.h 224 _State(_StateIdT __next, _StateIdT __alt)
225 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
296 _M_insert_alt(_StateIdT __next, _StateIdT __alt)
298 this->push_back(_StateT(__next, __alt));
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 1296 _ForwardIterator __next = __first; local
1367 _ForwardIterator __next = __first; local
2103 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4046 _ForwardIterator __next = __first; local
4124 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gnu-libstdc++/include/bits/
stl_algo.h 1296 _ForwardIterator __next = __first; local
1367 _ForwardIterator __next = __first; local
2103 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4046 _ForwardIterator __next = __first; local
4124 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 1296 _ForwardIterator __next = __first; local
1367 _ForwardIterator __next = __first; local
2103 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4046 _ForwardIterator __next = __first; local
4124 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 1296 _ForwardIterator __next = __first; local
1367 _ForwardIterator __next = __first; local
2103 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4046 _ForwardIterator __next = __first; local
4124 _ForwardIterator __next = __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 1296 _ForwardIterator __next = __first; local
1367 _ForwardIterator __next = __first; local
2103 _RandomAccessIterator __next = __last; local
2120 _RandomAccessIterator __next = __last; local
4046 _ForwardIterator __next = __first; local
4124 _ForwardIterator __next = __first; local
    [all...]
  /external/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); local
153 __ovflow = __ovflow || __next >= __result;
154 __result = __next;
211 _Integer __next = __STATIC_CAST(_Integer, __base * __result + __n); local
213 __ovflow = __ovflow || __next <= __result;
214 __result = __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);
  /external/stlport/stlport/stl/debug/
_debug.c 542 __owned_link* __prev, *__next; local
544 for (__prev = &__l->_M_node; (__next = __prev->_M_next) != __c_node;
545 __prev = __next) {
546 _STLP_ASSERT(__next && __next->_Owner() == __l)

Completed in 740 milliseconds

1 23 4 5