/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
unordered_set | 180 emplace_hint(const_iterator __it, _Args&&... __args) 184 = _Base::emplace_hint(__it, std::forward<_Args>(__args)...); 270 iterator __it = this->begin(); 271 while (__it != this->end()) 273 size_type __bkt = this->bucket(*__it); 276 for (++__it, ++__lit; __lit != __lend; ++__it, ++__lit) 442 emplace_hint(const_iterator __it, _Args&&... __args) 446 = _Base::emplace_hint(__it, std::forward<_Args>(__args)...); 532 iterator __it = this->begin() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 271 erase(const_iterator __it) 273 __glibcxx_check_erase(__it); 274 this->_M_invalidate_if(_Equal(__it.base())); 275 return iterator(_Base::erase(__it.base()), this); 279 erase(iterator __it) 280 { return erase(const_iterator(__it)); } 557 erase(const_iterator __it) 559 __glibcxx_check_erase(__it); 560 this->_M_invalidate_if(_Equal(__it.base())); 561 return iterator(_Base::erase(__it.base()), this) [all...] |
unordered_set | 264 erase(const_iterator __it) 266 __glibcxx_check_erase(__it); 267 this->_M_invalidate_if(_Equal(__it.base())); 268 return iterator(_Base::erase(__it.base()), this); 272 erase(iterator __it) 273 { return erase(const_iterator(__it)); } 538 erase(const_iterator __it) 540 __glibcxx_check_erase(__it); 541 this->_M_invalidate_if(_Equal(__it.base())); 542 return iterator(_Base::erase(__it.base()), this) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 271 erase(const_iterator __it) 273 __glibcxx_check_erase(__it); 274 this->_M_invalidate_if(_Equal(__it.base())); 275 return iterator(_Base::erase(__it.base()), this); 279 erase(iterator __it) 280 { return erase(const_iterator(__it)); } 557 erase(const_iterator __it) 559 __glibcxx_check_erase(__it); 560 this->_M_invalidate_if(_Equal(__it.base())); 561 return iterator(_Base::erase(__it.base()), this) [all...] |
unordered_set | 264 erase(const_iterator __it) 266 __glibcxx_check_erase(__it); 267 this->_M_invalidate_if(_Equal(__it.base())); 268 return iterator(_Base::erase(__it.base()), this); 272 erase(iterator __it) 273 { return erase(const_iterator(__it)); } 538 erase(const_iterator __it) 540 __glibcxx_check_erase(__it); 541 this->_M_invalidate_if(_Equal(__it.base())); 542 return iterator(_Base::erase(__it.base()), this) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
unordered_map | 271 erase(const_iterator __it) 273 __glibcxx_check_erase(__it); 274 this->_M_invalidate_if(_Equal(__it.base())); 275 return iterator(_Base::erase(__it.base()), this); 279 erase(iterator __it) 280 { return erase(const_iterator(__it)); } 557 erase(const_iterator __it) 559 __glibcxx_check_erase(__it); 560 this->_M_invalidate_if(_Equal(__it.base())); 561 return iterator(_Base::erase(__it.base()), this) [all...] |
unordered_set | 264 erase(const_iterator __it) 266 __glibcxx_check_erase(__it); 267 this->_M_invalidate_if(_Equal(__it.base())); 268 return iterator(_Base::erase(__it.base()), this); 272 erase(iterator __it) 273 { return erase(const_iterator(__it)); } 538 erase(const_iterator __it) 540 __glibcxx_check_erase(__it); 541 this->_M_invalidate_if(_Equal(__it.base())); 542 return iterator(_Base::erase(__it.base()), this) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_unordered_base.h | 159 _M_attach_local(_Safe_iterator_base* __it, bool __constant); 163 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw (); 167 _M_detach_local(_Safe_iterator_base* __it); 171 _M_detach_local_single(_Safe_iterator_base* __it) throw ();
|
/external/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 124 void _Invalidate_iterator(const const_iterator& __it) 125 { _STLP_PRIV __invalidate_iterator(&_M_iter_list, __it); } 292 void erase(const const_iterator& __it) { 293 _STLP_DEBUG_CHECK(_STLP_PRIV _Dereferenceable(__it)) 294 _STLP_DEBUG_CHECK(_STLP_PRIV __check_if_owner(&_M_iter_list, __it)) 295 _Invalidate_iterator(__it); 296 _M_non_dbg_impl.erase(__it._M_iterator);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
unordered_map | 279 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 280 ++__it) 282 while (__it._M_cur_node->_M_next) 285 ++__it; 526 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 527 ++__it) 529 while (__it._M_cur_node->_M_next) 532 ++__it; [all...] |
unordered_set | 252 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 253 ++__it) 255 while (__it._M_cur_node->_M_next) 258 ++__it; 494 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 495 ++__it) 497 while (__it._M_cur_node->_M_next) 500 ++__it; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
unordered_map | 279 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 280 ++__it) 282 while (__it._M_cur_node->_M_next) 285 ++__it; 526 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 527 ++__it) 529 while (__it._M_cur_node->_M_next) 532 ++__it; [all...] |
unordered_set | 252 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 253 ++__it) 255 while (__it._M_cur_node->_M_next) 258 ++__it; 494 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 495 ++__it) 497 while (__it._M_cur_node->_M_next) 500 ++__it; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
unordered_map | 279 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 280 ++__it) 282 while (__it._M_cur_node->_M_next) 285 ++__it; 526 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 527 ++__it) 529 while (__it._M_cur_node->_M_next) 532 ++__it; [all...] |
unordered_set | 252 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 253 ++__it) 255 while (__it._M_cur_node->_M_next) 258 ++__it; 494 for (iterator __it = _M_base().begin(); __it != _M_base().end(); 495 ++__it) 497 while (__it._M_cur_node->_M_next) 500 ++__it; [all...] |
/external/stlport/stlport/stl/ |
_iterator_base.h | 318 _InputIterator __it(__first); 319 while (__it != __last) { 320 ++__it; ++__n; 331 _ForwardIterator __it(__first); 332 while (__it != __last) { 333 ++__it; ++__n; 343 _BidirectionalIterator __it(__first); 344 while (__it != __last) { 345 ++__it; ++__n;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 318 _InputIterator __it(__first); 319 while (__it != __last) { 320 ++__it; ++__n; 331 _ForwardIterator __it(__first); 332 while (__it != __last) { 333 ++__it; ++__n; 343 _BidirectionalIterator __it(__first); 344 while (__it != __last) { 345 ++__it; ++__n;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 318 _InputIterator __it(__first); 319 while (__it != __last) { 320 ++__it; ++__n; 331 _ForwardIterator __it(__first); 332 while (__it != __last) { 333 ++__it; ++__n; 343 _BidirectionalIterator __it(__first); 344 while (__it != __last) { 345 ++__it; ++__n;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 318 _InputIterator __it(__first); 319 while (__it != __last) { 320 ++__it; ++__n; 331 _ForwardIterator __it(__first); 332 while (__it != __last) { 333 ++__it; ++__n; 343 _BidirectionalIterator __it(__first); 344 while (__it != __last) { 345 ++__it; ++__n;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 318 _InputIterator __it(__first); 319 while (__it != __last) { 320 ++__it; ++__n; 331 _ForwardIterator __it(__first); 332 while (__it != __last) { 333 ++__it; ++__n; 343 _BidirectionalIterator __it(__first); 344 while (__it != __last) { 345 ++__it; ++__n;
|