Searched defs:__move_traits (Results 1 - 20 of 20) sorted by relevance

/external/stlport/stlport/stl/
H A D_move_construct_fwk.h52 struct __move_traits { struct
87 typedef typename __move_traits<_Tp>::implemented _MvImpRet;
109 typedef typename __move_traits<_Tp>::implemented implemented;
110 typedef typename __move_traits<_Tp>::complete complete;
115 typedef __move_traits<_Tp1> _MoveTraits1;
116 typedef __move_traits<_Tp2> _MoveTraits2;
131 typedef typename __move_traits<_Tp>::complete complete;
136 typedef __move_traits<_Tp1> _MoveTraits1;
137 typedef __move_traits<_Tp2> _MoveTraits2;
147 typedef __move_traits<_Tp
[all...]
H A D_stack.h122 struct __move_traits<stack<_Tp, _Sequence> > : struct in inherits:_STLP_PRIV__move_traits_aux
H A D_pair.h175 struct __move_traits<pair<_T1, _T2> > struct in inherits:_STLP_PRIV__move_traits_help1
H A D_queue.h248 struct __move_traits<queue<_Tp, _Sequence> > : struct in inherits:_STLP_PRIV__move_traits_aux
253 struct __move_traits<priority_queue<_Tp, _Sequence, _Compare> > : struct in inherits:_STLP_PRIV__move_traits_aux2
H A D_map.h76 //Following typedef have to be public for __move_traits specialization.
269 //Following typedef have to be public for __move_traits specialization.
418 struct __move_traits<map<_Key,_Tp,_Compare,_Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
423 struct __move_traits<multimap<_Key,_Tp,_Compare,_Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
H A D_set.h64 //Following typedef have to be public for __move_traits specialization.
235 //Following typedef have to be public for __move_traits specialization.
396 struct __move_traits<set<_Key,_Compare,_Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
401 struct __move_traits<multiset<_Key,_Compare,_Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
H A D_hash_map.h428 struct __move_traits<hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_help
433 struct __move_traits<hash_multimap<_Key, _Tp, _HashFn, _EqKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_help
H A D_hash_set.h425 struct __move_traits<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
430 struct __move_traits<hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
H A D_unordered_map.h372 struct __move_traits<_STLP_TR1 unordered_map<_Key, _Tp, _HashFn, _EqKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_help
377 struct __move_traits<_STLP_TR1 unordered_multimap<_Key, _Tp, _HashFn, _EqKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_help
H A D_unordered_set.h347 struct __move_traits<_STLP_TR1 unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
352 struct __move_traits<_STLP_TR1 unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> > : struct in inherits:_STLP_PRIV__move_traits_aux
H A D_hashtable.h643 struct __move_traits<hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> > { struct
H A D_deque.h735 typedef typename __move_traits<_Tp>::implemented _Movable;
837 typedef typename __move_traits<_Tp>::implemented _Movable;
843 typedef typename __move_traits<_Tp>::implemented _Movable;
921 typedef typename __move_traits<_Tp>::implemented _Movable;
1102 struct __move_traits<deque<_Tp, _Alloc> > { struct
1104 typedef typename __move_traits<_Alloc>::complete complete;
H A D_list.h730 struct __move_traits<list<_Tp, _Alloc> > { struct
732 typedef typename __move_traits<_Alloc>::complete complete;
H A D_slist.h866 struct __move_traits<slist<_Tp, _Alloc> > { struct
868 typedef typename __move_traits<_Alloc>::complete complete;
H A D_string.h1136 struct __move_traits<basic_string<_CharT, _Traits, _Alloc> > { struct
1139 typedef typename __move_traits<_Alloc>::complete complete;
1143 * as the default __move_traits will already tell that string is movable
H A D_tree.h674 struct __move_traits<_STLP_PRIV _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> > struct in inherits:_STLP_PRIV__move_traits_help2
H A D_vector.h160 typedef typename __move_traits<_Tp>::implemented _Movable;
430 typedef typename __move_traits<_Tp>::implemented _Movable;
541 typedef typename __move_traits<_Tp>::implemented _Movable;
622 typedef typename __move_traits<_Tp>::implemented _Movable;
628 typedef typename __move_traits<_Tp>::implemented _Movable;
753 struct __move_traits<vector<_Tp, _Alloc> > { struct
755 typedef typename __move_traits<_Alloc>::complete complete;
H A D_rope.h2374 struct __move_traits<rope<_CharT, _Alloc> > { struct
2377 typedef typename __move_traits<_Alloc>::complete complete;
/external/stlport/test/unit/
H A Dmvctor_traits_test.cpp21 struct __move_traits<MovableStruct> { struct in namespace:std
69 struct __move_traits<CompleteMovableStruct> { struct in namespace:std
H A Dmvctor_declaration_test.cpp50 typedef typename __move_traits<_Tp>::implemented _MovableTp;
56 typedef __move_traits<_Tp> _TpMoveTraits;
122 struct __move_traits<vector<specially_allocated_struct> > { struct in namespace:std
127 struct __move_traits<deque<specially_allocated_struct> > { struct in namespace:std
132 struct __move_traits<list<specially_allocated_struct> > { struct in namespace:std
137 struct __move_traits<slist<specially_allocated_struct> > { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > { struct in namespace:std
147 struct __move_traits<set<specially_allocated_struct> > { struct in namespace:std
152 struct __move_traits<multiset<specially_allocated_struct> > { struct in namespace:std

Completed in 153 milliseconds