HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
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...]
stl_list.h 445 typedef _List_base<_Tp, _Alloc> _Base;
446 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
447 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
468 using _Base::_M_impl;
469 using _Base::_M_put_node;
470 using _Base::_M_get_node;
471 using _Base::_M_get_Tp_allocator;
472 using _Base::_M_get_Node_allocator;
524 : _Base() { }
532 : _Base(_Node_alloc_type(__a)) {
    [all...]
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...]
stl_deque.h 723 * The memory setup and layout occurs in the parent, _Base, and the iterator
737 typedef _Deque_base<_Tp, _Alloc> _Base;
738 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
746 typedef typename _Base::iterator iterator;
747 typedef typename _Base::const_iterator const_iterator;
761 using _Base::_M_initialize_map;
762 using _Base::_M_create_nodes;
763 using _Base::_M_destroy_nodes;
764 using _Base::_M_allocate_node;
765 using _Base::_M_deallocate_node
    [all...]
valarray_after.h 92 typedef _GBase<_Dom> _Base;
93 typedef typename _Base::value_type value_type;
96 : _Base (__e, __i) {}
103 typedef _GBase<_Array<_Tp> > _Base;
104 typedef typename _Base::value_type value_type;
107 : _Base (__a, __i) {}
139 typedef _IBase<_Dom> _Base;
140 typedef typename _Base::value_type value_type;
143 : _Base (__e, __i) {}
150 typedef _IBase<valarray<_Tp> > _Base;
    [all...]
stl_bvector.h 520 typedef _Bvector_base<_Alloc> _Base;
541 { return _Base::get_allocator(); }
544 using _Base::_M_allocate;
545 using _Base::_M_deallocate;
546 using _Base::_S_nword;
547 using _Base::_M_get_Bit_allocator;
551 : _Base() { }
555 : _Base(__a) { }
565 : _Base(__a)
575 : _Base(__a
    [all...]
forward_list.h 411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
415 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
441 : _Base(_Node_alloc_type(__al))
450 : _Base(_Node_alloc_type(__al))
460 : _Base(std::move(__list), _Node_alloc_type(__al))
472 : _Base(_Node_alloc_type(__al))
486 : _Base(_Node_alloc_type(__al))
503 : _Base(_Node_alloc_type(__al)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 55 template <typename, typename, typename> class _Base>
57 : private _Base<_CharT, _Traits, _Alloc>
59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
    [all...]
string_conversions.h 52 typename... _Base>
54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
56 _Base... __base)
vstring_fwd.h 52 <typename, typename, typename> class _Base = __sso_string_base>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 55 template <typename, typename, typename> class _Base>
57 : private _Base<_CharT, _Traits, _Alloc>
59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
    [all...]
string_conversions.h 52 typename... _Base>
54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...),
56 _Base... __base)
vstring_fwd.h 52 <typename, typename, typename> class _Base = __sso_string_base>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
losertree.h 172 typedef _LoserTreeBase<_Tp, _Compare> _Base;
173 using _Base::_M_k;
174 using _Base::_M_comp;
175 using _Base::_M_losers;
176 using _Base::_M_first_insert;
180 : _Base::_LoserTreeBase(__k, __comp)
264 typedef _LoserTreeBase<_Tp, _Compare> _Base;
265 using _Base::_M_log_k;
266 using _Base::_M_k;
267 using _Base::_M_comp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
losertree.h 172 typedef _LoserTreeBase<_Tp, _Compare> _Base;
173 using _Base::_M_k;
174 using _Base::_M_comp;
175 using _Base::_M_losers;
176 using _Base::_M_first_insert;
180 : _Base::_LoserTreeBase(__k, __comp)
264 typedef _LoserTreeBase<_Tp, _Compare> _Base;
265 using _Base::_M_log_k;
266 using _Base::_M_k;
267 using _Base::_M_comp
    [all...]
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 41 typedef _Vector_base<_Tp, _Alloc> _Base;
47 : _Base(__a)
  /external/clang/test/Analysis/
dead-stores.cpp 53 typedef _Row_base<_Tp, _Number2> _Base;
56 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 445 typedef _List_base<_Tp, _Alloc> _Base;
446 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
447 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
468 using _Base::_M_impl;
469 using _Base::_M_put_node;
470 using _Base::_M_get_node;
471 using _Base::_M_get_Tp_allocator;
472 using _Base::_M_get_Node_allocator;
524 : _Base() { }
532 : _Base(_Node_alloc_type(__a)) {
    [all...]
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...]
stl_deque.h 723 * The memory setup and layout occurs in the parent, _Base, and the iterator
737 typedef _Deque_base<_Tp, _Alloc> _Base;
738 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
746 typedef typename _Base::iterator iterator;
747 typedef typename _Base::const_iterator const_iterator;
761 using _Base::_M_initialize_map;
762 using _Base::_M_create_nodes;
763 using _Base::_M_destroy_nodes;
764 using _Base::_M_allocate_node;
765 using _Base::_M_deallocate_node
    [all...]
valarray_after.h 92 typedef _GBase<_Dom> _Base;
93 typedef typename _Base::value_type value_type;
96 : _Base (__e, __i) {}
103 typedef _GBase<_Array<_Tp> > _Base;
104 typedef typename _Base::value_type value_type;
107 : _Base (__a, __i) {}
139 typedef _IBase<_Dom> _Base;
140 typedef typename _Base::value_type value_type;
143 : _Base (__e, __i) {}
150 typedef _IBase<valarray<_Tp> > _Base;
    [all...]
stl_bvector.h 520 typedef _Bvector_base<_Alloc> _Base;
541 { return _Base::get_allocator(); }
544 using _Base::_M_allocate;
545 using _Base::_M_deallocate;
546 using _Base::_S_nword;
547 using _Base::_M_get_Bit_allocator;
551 : _Base() { }
555 : _Base(__a) { }
565 : _Base(__a)
575 : _Base(__a
    [all...]
forward_list.h 411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
415 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
416 typedef typename _Base::_Node_alloc_traits _Node_alloc_traits;
441 : _Base(_Node_alloc_type(__al))
450 : _Base(_Node_alloc_type(__al))
460 : _Base(std::move(__list), _Node_alloc_type(__al))
472 : _Base(_Node_alloc_type(__al))
486 : _Base(_Node_alloc_type(__al))
503 : _Base(_Node_alloc_type(__al)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_base.h 125 typedef _Safe_sequence_base _Base;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_unordered_base.h 125 typedef _Safe_sequence_base _Base;

Completed in 644 milliseconds

12 3