Searched refs:Method_1548 (Results 1 – 1 of 1) sorted by relevance
1552 int Method_1548 (int a, int b, int c, int d); in Method_1548() method3555 public virtual int Method_1548 (int a, int b, int c, int d) { return a - b - c -d + 1548; } in Method_1548() method in Impl_200010207 if ((r = var_2000.Method_1548 (10,5,3,2)) != 1548) { in Test_2000()