Searched refs:Method_1211 (Results 1 – 1 of 1) sorted by relevance
1215 int Method_1211 (int a, int b, int c, int d); in Method_1211() method3218 public virtual int Method_1211 (int a, int b, int c, int d) { return a - b - c -d + 1211; } in Method_1211() method in Impl_20008859 if ((r = var_2000.Method_1211 (10,5,3,2)) != 1211) { in Test_2000()