Searched defs:TestPoint (Results 1 – 1 of 1) sorted by relevance
25 struct TestPoint { struct28 TestPoint(int X = 3, int Y = 2) : x(X), y(Y) {} in TestPoint() argument