Searched defs:NonMoveableStruct (Results 1 – 2 of 2) sorted by relevance
815 struct NonMoveableStruct { in TEST() struct816 explicit NonMoveableStruct(int x_in) : x(x_in) {} in TEST() function819 int x; in TEST()
815 struct NonMoveableStruct { in TEST() struct816 explicit NonMoveableStruct(int x_in) : x(x_in) {} in TEST() argument819 int x; in TEST()