Searched refs:Method_945 (Results 1 – 1 of 1) sorted by relevance
949 int Method_945 (int a, int b, int c, int d); in Method_945() method2952 public virtual int Method_945 (int a, int b, int c, int d) { return a - b - c -d + 945; } in Method_945() method in Impl_20007795 if ((r = var_2000.Method_945 (10,5,3,2)) != 945) { in Test_2000()