Searched refs:Method_1035 (Results 1 – 1 of 1) sorted by relevance
1039 int Method_1035 (int a, int b, int c, int d); in Method_1035() method3042 public virtual int Method_1035 (int a, int b, int c, int d) { return a - b - c -d + 1035; } in Method_1035() method in Impl_20008155 if ((r = var_2000.Method_1035 (10,5,3,2)) != 1035) { in Test_2000()