Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A 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() argument
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];