Searched defs:MoveOnly (Results 1 – 4 of 4) sorted by relevance
173 struct MoveOnly { struct174 static unsigned MoveConstructions;175 static unsigned Destructions;176 static unsigned MoveAssignments;177 int val;178 explicit MoveOnly(int val) : val(val) { in MoveOnly() function180 MoveOnly(MoveOnly&& other) { in MoveOnly() function184 MoveOnly &operator=(MoveOnly&& other) { in operator =()189 ~MoveOnly() { in ~MoveOnly()192 static void ResetCounts() { in ResetCounts()
3 struct MoveOnly { struct
74 class MoveOnly { class
73 struct MoveOnly { struct