Searched refs:Method_83 (Results 1 – 1 of 1) sorted by relevance
87 int Method_83 (int a, int b, int c, int d); in Method_83() method2090 public virtual int Method_83 (int a, int b, int c, int d) { return a - b - c -d + 83; } in Method_83() method in Impl_20004347 if ((r = var_2000.Method_83 (10,5,3,2)) != 83) { in Test_2000()