/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 474 typedef _MaybeReboundAlloc _Base; 475 typedef typename _Base::size_type size_type; 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())), 488 _Base& _M_base() 539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); } 541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); } 544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); } 548 { return _Base::allocate(__n); } 551 { return _Base::_M_allocate(__n, __allocated_n); }
|
_fstream.h | 158 typedef basic_streambuf<_CharT, _Traits> _Base; 328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end); 452 typedef basic_istream<_CharT, _Traits> _Base; 533 typedef basic_ostream<_CharT, _Traits> _Base; 612 typedef basic_iostream<_CharT, _Traits> _Base;
|
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base; 217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {} 371 _Base _M_impl;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_alloc.h | 474 typedef _MaybeReboundAlloc _Base; 475 typedef typename _Base::size_type size_type; 485 _Base(_STLP_PRIV _AsMoveSource(src.get()._M_base())), 488 _Base& _M_base() 539 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); } 541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); } 544 { return __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); } 548 { return _Base::allocate(__n); } 551 { return _Base::_M_allocate(__n, __allocated_n); }
|
_fstream.h | 158 typedef basic_streambuf<_CharT, _Traits> _Base; 328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end); 452 typedef basic_istream<_CharT, _Traits> _Base; 533 typedef basic_ostream<_CharT, _Traits> _Base; 612 typedef basic_iostream<_CharT, _Traits> _Base;
|
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_deque.h | 104 typedef _STLP_PRIV DEQUE_IMPL<_StorageType, _StorageTypeAlloc> _Base; 217 : _M_impl(__move_source<_Base>(src.get()._M_impl)) {} 371 _Base _M_impl;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_vector.h | 187 typedef _Vector_base<_Tp, _Alloc> _Base; 188 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 206 using _Base::_M_allocate; 207 using _Base::_M_deallocate; 208 using _Base::_M_impl; 209 using _Base::_M_get_Tp_allocator; 228 : _Base() { } 236 : _Base(__a) { } 248 : _Base(__n) 261 : _Base(__n, __a [all...] |
valarray_before.h | 426 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 427 typedef typename _Base::value_type value_type; 430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 436 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 439 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 446 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base; 447 typedef typename _Base::value_type value_type; 451 : _Base(__e, __f) {} 458 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 462 : _Base(__v, __f) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 408 typedef _Fwd_list_base<_Tp, _Alloc> _Base; 411 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 412 typedef typename _Base::_Node_alloc_type _Node_alloc_type; 436 : _Base(_Node_alloc_type(__al)) 445 : _Base(__list, _Node_alloc_type(__al)) 454 : _Base(std::move(__list), _Node_alloc_type(__al)) 466 : _Base() 480 : _Base(_Node_alloc_type(__al)) 496 : _Base(_Node_alloc_type(__al)) 512 : _Base(__list._M_get_Node_allocator() [all...] |
stl_vector.h | 215 typedef _Vector_base<_Tp, _Alloc> _Base; 216 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 221 typedef typename _Base::pointer pointer; 235 using _Base::_M_allocate; 236 using _Base::_M_deallocate; 237 using _Base::_M_impl; 238 using _Base::_M_get_Tp_allocator; 247 : _Base() { } 255 : _Base(__a) { } 267 : _Base(__n [all...] |
valarray_before.h | 426 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 427 typedef typename _Base::value_type value_type; 430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 436 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 439 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 446 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base; 447 typedef typename _Base::value_type value_type; 451 : _Base(__e, __f) {} 458 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 462 : _Base(__v, __f) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_vector.h | 217 typedef _Vector_base<_Tp, _Alloc> _Base; 218 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type; 223 typedef typename _Base::pointer pointer; 237 using _Base::_M_allocate; 238 using _Base::_M_deallocate; 239 using _Base::_M_impl; 240 using _Base::_M_get_Tp_allocator; 249 : _Base() { } 257 : _Base(__a) { } 270 : _Base(__n, __a [all...] |
valarray_before.h | 425 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 426 typedef typename _Base::value_type value_type; 429 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} 435 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 438 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 445 typedef _FunBase<_Dom, const typename _Dom::value_type&> _Base; 446 typedef typename _Base::value_type value_type; 450 : _Base(__e, __f) {} 457 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 461 : _Base(__v, __f) { [all...] |
/external/stlport/stlport/stl/ |
_bitset.h | 352 typedef _STLP_PRIV _Base_bitset< _Words > _Base;
|
_list.h | 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base; 271 typedef typename _Base::allocator_type allocator_type; 360 : _STLP_PRIV _List_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
|
_slist.h | 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base; 243 typedef typename _Base::allocator_type allocator_type; 277 allocator_type get_allocator() const { return _Base::get_allocator(); } 335 : _STLP_PRIV _Slist_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
|
_string.h | 127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base; 138 typedef typename _Base::size_type size_type; 152 typedef typename _Base::allocator_type allocator_type; 161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE) 165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE) 254 : _STLP_PRIV _String_base<_CharT,_Alloc>(__move_source<_Base>(src.get())) {} 402 size_type max_size() const { return _Base::max_size(); } [all...] |
_tree.h | 293 typedef _Rb_tree_base<_Value, _Alloc> _Base; 310 typedef typename _Base::allocator_type allocator_type; 408 : _Rb_tree_base<_Value, _Alloc>(__move_source<_Base>(src.get())),
|
_vector.h | 115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base; 119 typedef typename _Base::allocator_type allocator_type; 254 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__move_source<_Base>(src.get()))
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 352 typedef _STLP_PRIV _Base_bitset< _Words > _Base;
|
_list.h | 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base; 271 typedef typename _Base::allocator_type allocator_type; 360 : _STLP_PRIV _List_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
|
_slist.h | 226 typedef _STLP_PRIV _Slist_base<_Tp,_Alloc> _Base; 243 typedef typename _Base::allocator_type allocator_type; 277 allocator_type get_allocator() const { return _Base::get_allocator(); } 335 : _STLP_PRIV _Slist_base<_Tp, _Alloc>(__move_source<_Base>(src.get())) {}
|
_string.h | 127 typedef _STLP_PRIV _String_base<_CharT,_Alloc> _Base; 138 typedef typename _Base::size_type size_type; 152 typedef typename _Base::allocator_type allocator_type; 161 : _STLP_PRIV _String_base<_CharT,_Alloc>(allocator_type(), _Base::_DEFAULT_SIZE) 165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE) 254 : _STLP_PRIV _String_base<_CharT,_Alloc>(__move_source<_Base>(src.get())) {} 402 size_type max_size() const { return _Base::max_size(); } [all...] |