Searched refs:inInt (Results 1 – 4 of 4) sorted by relevance
25 - (id)initWithInt: (int)inInt;41 - (id) initWithInt: (int)inInt {42 [super initWithInt: inInt];43 self.x = inInt; // no-warning 52 - (id) initWithIntGood: (int)inInt {53 if (self = [super initWithInt: inInt]) {54 self.x = inInt;
40 - (id)initWithInt: (int)inInt;45 - (id)initWithInt: (int)inInt;52 - (id) initWithInt: (int)inInt {53 [super initWithInt: inInt];54 self.x = inInt; // no-warning
27 +(BaseClass *) baseClassWithBackedInt: (int) inInt andUnbackedInt: (int) inOtherInt;41 + (BaseClass *) baseClassWithBackedInt: (int) inInt andUnbackedInt: (int) inOtherInt45 new->_backedInt = inInt;
47 friend const int getInt(int inInt = 0) {} in getInt() argument