Searched refs:Method_506 (Results 1 – 1 of 1) sorted by relevance
510 int Method_506 (int a, int b, int c, int d); in Method_506() method2513 public virtual int Method_506 (int a, int b, int c, int d) { return a - b - c -d + 506; } in Method_506() method in Impl_20006039 if ((r = var_2000.Method_506 (10,5,3,2)) != 506) { in Test_2000()