/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
string | 597 replace(iterator __i1, iterator __i2, const basic_string& __str) 599 __glibcxx_check_erase_range(__i1, __i2); 600 _Base::replace(__i1.base(), __i2.base(), __str); 606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 608 __glibcxx_check_erase_range(__i1, __i2); 610 _Base::replace(__i1.base(), __i2.base(), __s, __n); 616 replace(iterator __i1, iterator __i2, const _CharT* __s) 618 __glibcxx_check_erase_range(__i1, __i2); 620 _Base::replace(__i1.base(), __i2.base(), __s); 626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
string | 638 replace(iterator __i1, iterator __i2, const basic_string& __str) 640 __glibcxx_check_erase_range(__i1, __i2); 641 _Base::replace(__i1.base(), __i2.base(), __str); 647 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 649 __glibcxx_check_erase_range(__i1, __i2); 651 _Base::replace(__i1.base(), __i2.base(), __s, __n); 657 replace(iterator __i1, iterator __i2, const _CharT* __s) 659 __glibcxx_check_erase_range(__i1, __i2); 661 _Base::replace(__i1.base(), __i2.base(), __s); 667 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
string | 597 replace(iterator __i1, iterator __i2, const basic_string& __str) 599 __glibcxx_check_erase_range(__i1, __i2); 600 _Base::replace(__i1.base(), __i2.base(), __str); 606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 608 __glibcxx_check_erase_range(__i1, __i2); 610 _Base::replace(__i1.base(), __i2.base(), __s, __n); 616 replace(iterator __i1, iterator __i2, const _CharT* __s) 618 __glibcxx_check_erase_range(__i1, __i2); 620 _Base::replace(__i1.base(), __i2.base(), __s); 626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
string | 638 replace(iterator __i1, iterator __i2, const basic_string& __str) 640 __glibcxx_check_erase_range(__i1, __i2); 641 _Base::replace(__i1.base(), __i2.base(), __str); 647 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 649 __glibcxx_check_erase_range(__i1, __i2); 651 _Base::replace(__i1.base(), __i2.base(), __s, __n); 657 replace(iterator __i1, iterator __i2, const _CharT* __s) 659 __glibcxx_check_erase_range(__i1, __i2); 661 _Base::replace(__i1.base(), __i2.base(), __s); 667 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
string | 638 replace(iterator __i1, iterator __i2, const basic_string& __str) 640 __glibcxx_check_erase_range(__i1, __i2); 641 _Base::replace(__i1.base(), __i2.base(), __str); 647 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 649 __glibcxx_check_erase_range(__i1, __i2); 651 _Base::replace(__i1.base(), __i2.base(), __s, __n); 657 replace(iterator __i1, iterator __i2, const _CharT* __s) 659 __glibcxx_check_erase_range(__i1, __i2); 661 _Base::replace(__i1.base(), __i2.base(), __s); 667 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdatomic | 684 atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2) 686 return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst, 692 bool* __i1, bool __i2) 694 return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst, 700 bool __i2, memory_order __m1, 702 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); } 706 bool* __i1, bool __i2, 708 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); } 735 _ITp* __i1, _ITp __i2, 737 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdatomic | 684 atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2) 686 return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst, 692 bool* __i1, bool __i2) 694 return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst, 700 bool __i2, memory_order __m1, 702 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); } 706 bool* __i1, bool __i2, 708 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); } 735 _ITp* __i1, _ITp __i2, 737 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdatomic | 684 atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2) 686 return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst, 692 bool* __i1, bool __i2) 694 return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst, 700 bool __i2, memory_order __m1, 702 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); } 706 bool* __i1, bool __i2, 708 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); } 735 _ITp* __i1, _ITp __i2, 737 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdatomic | 684 atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2) 686 return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst, 692 bool* __i1, bool __i2) 694 return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst, 700 bool __i2, memory_order __m1, 702 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); } 706 bool* __i1, bool __i2, 708 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); } 735 _ITp* __i1, _ITp __i2, 737 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdatomic | 684 atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2) 686 return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst, 692 bool* __i1, bool __i2) 694 return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst, 700 bool __i2, memory_order __m1, 702 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); } 706 bool* __i1, bool __i2, 708 { return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); } 735 _ITp* __i1, _ITp __i2, 737 { return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
base.h | 336 operator==(const _PseudoSequenceIterator& __i2) 337 { return _M_pos == __i2._M_pos; } 340 operator!=(const _PseudoSequenceIterator& __i2) 341 { return _M_pos != __i2._M_pos; } 344 operator-(const _PseudoSequenceIterator& __i2) 345 { return _M_pos - __i2._M_pos; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | [all...] |
/external/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...] |
/ndk/sources/cxx-stl/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/ndk/5/sources/cxx-stl/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/ndk/6/sources/cxx-stl/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/ndk/7/sources/cxx-stl/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/ndk/8/sources/cxx-stl/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/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | [all...] |