Searched refs:Method_1707 (Results 1 – 1 of 1) sorted by relevance
1711 int Method_1707 (int a, int b, int c, int d); in Method_1707() method3714 public virtual int Method_1707 (int a, int b, int c, int d) { return a - b - c -d + 1707; } in Method_1707() method in Impl_200010843 if ((r = var_2000.Method_1707 (10,5,3,2)) != 1707) { in Test_2000()