Searched refs:Method_118 (Results 1 – 1 of 1) sorted by relevance
122 int Method_118 (int a, int b, int c, int d); in Method_118() method2125 public virtual int Method_118 (int a, int b, int c, int d) { return a - b - c -d + 118; } in Method_118() method in Impl_20004487 if ((r = var_2000.Method_118 (10,5,3,2)) != 118) { in Test_2000()