Searched refs:set_x (Results 1 – 22 of 22) sorted by relevance
42 a.set_x(1); in TEST()54 a.set_x(2); in TEST_F()
50 void set_x(int an_x) { x_ = an_x; } in set_x() function
43 a.set_x(1); in TEST()55 a.set_x(2); in TEST_F()
51 void set_x(int an_x) { x_ = an_x; } in set_x() function
128 out->set_x(data.x());139 out->set_x(data.x());151 out->set_x(data.x());
38 void set_x(int x) { in set_x() function68 set_x(x); in SetRect()
22 void set_x(int x) { x_ = x; } in set_x() function
23 out->set_x(r.x());
24 out->set_x(r.x());
39 void set_x(int x) { x_ = x; } in set_x() function
28 void set_x(int x) { x_ = x; } in set_x() function
59 r->set_x(x); in Read()
49 void set_x(float x) { origin_.set_x(x); } in set_x() function
29 void set_x(int x) { x_ = x; } in set_x() function
26 void set_x(float x) { x_ = x; } in set_x() function
29 void set_x(float x) { x_ = x; } in set_x() function
65 void set_x(int x) { in set_x() function66 origin_.set_x(x); in set_x()
50 void set_x(int x) { x_ = x; } in set_x() function
729 set_x = set_of_lengths(inputs)732 if len(set_x) > 1:740 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:743 'Found ' + str(list(set_x)[0]) + ' input samples '
374 void set_x(float new_x) { x_ = new_x; } in set_x() function