HomeSort by relevance Sort by last modified time
    Searched refs:__move_traits (Results 1 - 25 of 46) sorted by null

1 2

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 52 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<_Tp1> _MoveTraits1
    [all...]
_stack.h 122 struct __move_traits<stack<_Tp, _Sequence> > : struct in inherits:_STLP_PRIV__move_traits_aux
_construct.h 74 typedef typename __move_traits<_Tp>::complete _Trivial_destructor;
233 typedef typename __move_traits<_Tp>::complete _CompleteMove;
_queue.h 248 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
_vector.h 160 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;
_vector.c 85 typedef typename __move_traits<_Tp>::implemented _Movable;
169 typedef typename __move_traits<_Tp>::implemented _Movable;
_deque.h 735 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
    [all...]
_pair.h 175 struct __move_traits<pair<_T1, _T2> > struct in inherits:_STLP_PRIV__move_traits_help1
_map.h 76 //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
_set.h 64 //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
_unordered_map.h 372 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
_unordered_set.h 347 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
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 52 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<_Tp1> _MoveTraits1
    [all...]
_stack.h 122 struct __move_traits<stack<_Tp, _Sequence> > : struct in inherits:_STLP_PRIV__move_traits_aux
_construct.h 74 typedef typename __move_traits<_Tp>::complete _Trivial_destructor;
233 typedef typename __move_traits<_Tp>::complete _CompleteMove;
_queue.h 248 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
_vector.h 160 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;
_vector.c 85 typedef typename __move_traits<_Tp>::implemented _Movable;
169 typedef typename __move_traits<_Tp>::implemented _Movable;
_deque.h 735 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
    [all...]
_pair.h 175 struct __move_traits<pair<_T1, _T2> > struct in inherits:_STLP_PRIV__move_traits_help1
_map.h 76 //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
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 50 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
mvctor_traits_test.cpp 21 struct __move_traits<MovableStruct> { struct in namespace:std
69 struct __move_traits<CompleteMovableStruct> { struct in namespace:std
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 50 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
mvctor_traits_test.cpp 21 struct __move_traits<MovableStruct> { struct in namespace:std
69 struct __move_traits<CompleteMovableStruct> { struct in namespace:std

Completed in 2010 milliseconds

1 2