Searched refs:functionFromIntToInt (Results 1 – 9 of 9) sorted by relevance
24 thing.functionFromIntToInt(thing.uniqueLittleMethodInA()); in exerciseA()28 thing.functionFromIntToInt(thing.uniqueLittleMethodInB()); in exerciseB()32 thing.functionFromIntToInt(thing.uniqueLittleMethodInC()); in exerciseC()37 thing.functionFromIntToInt(42); in exerciseD()
9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubSubClassAB11 return super.functionFromIntToInt(arg); in functionFromIntToInt()
11 int functionFromIntToInt(int arg); in functionFromIntToInt() method
16 int functionFromIntToInt(int arg); in functionFromIntToInt() method
9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassB
9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassA
15 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in ClassD
9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassC