Searched refs:Method_321 (Results 1 – 1 of 1) sorted by relevance
325 int Method_321 (int a, int b, int c, int d); in Method_321() method2328 public virtual int Method_321 (int a, int b, int c, int d) { return a - b - c -d + 321; } in Method_321() method in Impl_20005299 if ((r = var_2000.Method_321 (10,5,3,2)) != 321) { in Test_2000()