Searched refs:Method_333 (Results 1 – 1 of 1) sorted by relevance
337 int Method_333 (int a, int b, int c, int d); in Method_333() method2340 public virtual int Method_333 (int a, int b, int c, int d) { return a - b - c -d + 333; } in Method_333() method in Impl_20005347 if ((r = var_2000.Method_333 (10,5,3,2)) != 333) { in Test_2000()