Searched defs:set_x (Results 1 – 3 of 3) sorted by relevance
51 void set_x(int an_x) { x_ = an_x; } in set_x() function
51 void set_x(int x) { x_ = x; } in set_x() function