HomeSort by relevance Sort by last modified time
    Searched refs:__i2 (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.h 100 inline void __iter_swap_aux_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, _Value *) {
102 *__i1 = *__i2;
103 *__i2 = tmp;
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
109 /*_STLP_STD::*/ swap(*__i1, *__i2);
113 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __false_type& /*OKToSwap*/) {
114 _STLP_PRIV __iter_swap_aux_aux( __i1, __i2, _STLP_VALUE_TYPE(__i1,_ForwardIter1) );
120 inline void iter_swap(_ForwardIter1 __i1, _ForwardIter2 __i2) {
121 _STLP_PRIV __iter_swap_aux( __i1, __i2, _IsOKToSwap(_STLP_VALUE_TYPE(__i1, _ForwardIter1), _STLP_VALUE_TYPE(__i2, _ForwardIter2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find.h 129 _RAIter2 __i2 = __begin2 + __start; local
137 if (__selector(__i1, __i2, __pred))
146 ++__i2;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find.h 129 _RAIter2 __i2 = __begin2 + __start; local
137 if (__selector(__i1, __i2, __pred))
146 ++__i2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find.h 129 _RAIter2 __i2 = __begin2 + __start; local
137 if (__selector(__i1, __i2, __pred))
146 ++__i2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find.h 129 _RAIter2 __i2 = __begin2 + __start; local
137 if (__selector(__i1, __i2, __pred))
146 ++__i2;
  /external/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 1463 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 1463 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 1463 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /external/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_list.h 1571 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 1609 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_list.h 1609 const_iterator __i2 = __y.begin(); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;

Completed in 861 milliseconds

1 2 34 5