Searched refs:Method_467 (Results 1 – 1 of 1) sorted by relevance
471 int Method_467 (int a, int b, int c, int d); in Method_467() method2474 public virtual int Method_467 (int a, int b, int c, int d) { return a - b - c -d + 467; } in Method_467() method in Impl_20005883 if ((r = var_2000.Method_467 (10,5,3,2)) != 467) { in Test_2000()