/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_deque.h | 289 iterator insert(iterator __pos, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 291 iterator insert(iterator __pos, const value_type& __x) 293 { return ite_cast_traits::to_value_type_ite(_M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), 297 iterator insert(iterator __pos) { return insert(__pos, _STLP_DEFAULT_CONSTRUCTED(value_type)); } 300 void insert(iterator __pos, size_type __n, const value_type& __x) 301 { _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, cast_traits::to_storage_type_cref(__x)); } 307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, 309 _M_impl.insert(ite_cast_traits::to_storage_type_ite(__pos), __n, __val); 313 void _M_insert_dispatch(iterator __pos, [all...] |
/external/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_list.h | 66 static void _STLP_CALL _Transfer(_Node_base* __pos, 420 iterator insert(iterator __pos, const_reference __x = value_type()) 422 iterator insert(iterator __pos, const_reference __x) 426 _Node_base* __n = __pos._M_node; 438 void _M_insert(iterator __pos, _InputIterator __first, _InputIterator __last) { 440 _M_insert_dispatch(__pos, __first, __last, _Integral()); 445 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, 447 _M_fill_insert(__pos, __n, __x); 450 void _M_insert_dispatch(iterator __pos, 454 void _M_insert(iterator __pos, const value_type* __first, const value_type* __last) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
bitset | 86 _S_whichword(size_t __pos ) 87 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 90 _S_whichbyte(size_t __pos ) 91 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 94 _S_whichbit(size_t __pos ) 95 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 98 _S_maskbit(size_t __pos ) 99 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 102 _M_getword(size_t __pos) 103 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 86 _S_whichword(size_t __pos ) 87 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 90 _S_whichbyte(size_t __pos ) 91 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 94 _S_whichbit(size_t __pos ) 95 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 98 _S_maskbit(size_t __pos ) 99 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 102 _M_getword(size_t __pos) 103 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 86 _S_whichword(size_t __pos ) 87 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 90 _S_whichbyte(size_t __pos ) 91 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 94 _S_whichbit(size_t __pos ) 95 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 98 _S_maskbit(size_t __pos ) 99 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 102 _M_getword(size_t __pos) 103 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 86 _S_whichword(size_t __pos ) 87 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 90 _S_whichbyte(size_t __pos ) 91 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 94 _S_whichbit(size_t __pos ) 95 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 98 _S_maskbit(size_t __pos ) 99 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 102 _M_getword(size_t __pos) 103 { return _M_w[_S_whichword(__pos)]; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
bitset | 86 _S_whichword(size_t __pos ) 87 { return __pos / _GLIBCXX_BITSET_BITS_PER_WORD; } 90 _S_whichbyte(size_t __pos ) 91 { return (__pos % _GLIBCXX_BITSET_BITS_PER_WORD) / __CHAR_BIT__; } 94 _S_whichbit(size_t __pos ) 95 { return __pos % _GLIBCXX_BITSET_BITS_PER_WORD; } 98 _S_maskbit(size_t __pos ) 99 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); } 102 _M_getword(size_t __pos) 103 { return _M_w[_S_whichword(__pos)]; } [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 61 = const_cast<_Fwd_list_node_base*>(__pos._M_node); 71 _M_erase_after(_Fwd_list_node_base* __pos) 73 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 74 __pos->_M_next = __curr->_M_next; 77 return __pos->_M_next; 83 _M_erase_after(_Fwd_list_node_base* __pos, 86 _Node* __curr = static_cast<_Node*>(__pos->_M_next); 94 __pos->_M_next = __last; 172 _M_default_insert_after(const_iterator __pos, size_type __n [all...] |