Searched refs:Method_1337 (Results 1 – 1 of 1) sorted by relevance
1341 int Method_1337 (int a, int b, int c, int d); in Method_1337() method3344 public virtual int Method_1337 (int a, int b, int c, int d) { return a - b - c -d + 1337; } in Method_1337() method in Impl_20009363 if ((r = var_2000.Method_1337 (10,5,3,2)) != 1337) { in Test_2000()