Searched defs:MovableStruct (Results 1 – 2 of 2) sorted by relevance
62 struct MovableStruct { struct63 MovableStruct() { ++nb_dft_construct_call; } in MovableStruct() function64 MovableStruct(MovableStruct const&) { ++nb_cpy_construct_call; } in MovableStruct() argument67 MovableStruct(std::__move_source<MovableStruct>) in MovableStruct() argument73 ~MovableStruct() { ++nb_destruct_call; } in ~MovableStruct() argument94 //we give MovableStruct the same size in order to have expected allocation argument96 void* dummy_data[2];
62 struct MovableStruct { struct63 MovableStruct() { ++nb_dft_construct_call; } in MovableStruct() argument64 MovableStruct(MovableStruct const&) { ++nb_cpy_construct_call; } in MovableStruct() function67 MovableStruct(std::__move_source<MovableStruct>) in MovableStruct() argument73 ~MovableStruct() { ++nb_destruct_call; } in ~MovableStruct() argument94 //we give MovableStruct the same size in order to have expected allocation argument96 void* dummy_data[2];