Searched refs:Method_1050 (Results 1 – 1 of 1) sorted by relevance
1054 int Method_1050 (int a, int b, int c, int d); in Method_1050() method3057 public virtual int Method_1050 (int a, int b, int c, int d) { return a - b - c -d + 1050; } in Method_1050() method in Impl_20008215 if ((r = var_2000.Method_1050 (10,5,3,2)) != 1050) { in Test_2000()