Home
last modified time | relevance | path

Searched defs:MovableStruct (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dmvctor_test.h62 struct MovableStruct { struct
63 MovableStruct() { ++nb_dft_construct_call; } in MovableStruct() function
64 MovableStruct(MovableStruct const&) { ++nb_cpy_construct_call; } in MovableStruct() function
67 MovableStruct(std::__move_source<MovableStruct>) in MovableStruct() function
73 ~MovableStruct() { ++nb_destruct_call; } in ~MovableStruct() argument
94 //we give MovableStruct the same size in order to have expected allocation argument
96 void* dummy_data[2];
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_test.h62 struct MovableStruct { struct
63 MovableStruct() { ++nb_dft_construct_call; } in MovableStruct() argument
64 MovableStruct(MovableStruct const&) { ++nb_cpy_construct_call; } in MovableStruct() argument
67 MovableStruct(std::__move_source<MovableStruct>) in MovableStruct() argument
73 ~MovableStruct() { ++nb_destruct_call; } in ~MovableStruct() argument
94 //we give MovableStruct the same size in order to have expected allocation argument
96 void* dummy_data[2];