Searched refs:Method_1153 (Results 1 – 1 of 1) sorted by relevance
1157 int Method_1153 (int a, int b, int c, int d); in Method_1153() method3160 public virtual int Method_1153 (int a, int b, int c, int d) { return a - b - c -d + 1153; } in Method_1153() method in Impl_20008627 if ((r = var_2000.Method_1153 (10,5,3,2)) != 1153) { in Test_2000()