Searched refs:Method_549 (Results 1 – 1 of 1) sorted by relevance
553 int Method_549 (int a, int b, int c, int d); in Method_549() method2556 public virtual int Method_549 (int a, int b, int c, int d) { return a - b - c -d + 549; } in Method_549() method in Impl_20006211 if ((r = var_2000.Method_549 (10,5,3,2)) != 549) { in Test_2000()