Home
last modified time | relevance | path

Searched defs:__move_traits (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp122 struct __move_traits<vector<specially_allocated_struct> > { struct
123 typedef __true_type implemented;
124 typedef __false_type complete;
127 struct __move_traits<deque<specially_allocated_struct> > { struct
128 typedef __true_type implemented;
129 typedef __false_type complete;
132 struct __move_traits<list<specially_allocated_struct> > { struct
133 typedef __true_type implemented;
134 typedef __false_type complete;
137 struct __move_traits<slist<specially_allocated_struct> > { struct
[all …]
Dmvctor_traits_test.cpp21 struct __move_traits<MovableStruct> { struct
22 typedef __true_type implemented;
23 typedef __false_type complete;
69 struct __move_traits<CompleteMovableStruct> { struct
70 typedef __true_type implemented;
71 typedef __true_type complete;
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp122 struct __move_traits<vector<specially_allocated_struct> > { struct
123 typedef __true_type implemented;
124 typedef __false_type complete;
127 struct __move_traits<deque<specially_allocated_struct> > { struct
128 typedef __true_type implemented;
129 typedef __false_type complete;
132 struct __move_traits<list<specially_allocated_struct> > { struct
133 typedef __true_type implemented;
134 typedef __false_type complete;
137 struct __move_traits<slist<specially_allocated_struct> > { struct
[all …]
Dmvctor_traits_test.cpp21 struct __move_traits<MovableStruct> { struct
22 typedef __true_type implemented;
23 typedef __false_type complete;
69 struct __move_traits<CompleteMovableStruct> { struct
70 typedef __true_type implemented;
71 typedef __true_type complete;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_move_construct_fwk.h52 struct __move_traits { struct
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
87 typedef typename __move_traits<_Tp>::implemented _MvImpRet; argument