Searched refs:Method_297 (Results 1 – 1 of 1) sorted by relevance
301 int Method_297 (int a, int b, int c, int d); in Method_297() method2304 public virtual int Method_297 (int a, int b, int c, int d) { return a - b - c -d + 297; } in Method_297() method in Impl_20005203 if ((r = var_2000.Method_297 (10,5,3,2)) != 297) { in Test_2000()