• Home
  • Raw
  • Download

Lines Matching refs:BOOL

18 typedef char BOOL;
80 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous;
85 @property (NS_NONATOMIC_IOSONLY, getter=isinValid, readonly) BOOL inValid;
86 - (void) setInValid : (BOOL) arg;
93 @property (NS_NONATOMIC_IOSONLY, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInterac…
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
99 - (BOOL)is3bar; // watch out
102 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
103 @property (NS_NONATOMIC_IOSONLY, getter=getMA, readonly) BOOL MA;
104 @property (NS_NONATOMIC_IOSONLY, getter=getALL, readonly) BOOL ALL;
105 @property (NS_NONATOMIC_IOSONLY, getter=getMANY, readonly) BOOL MANY;
106 @property (NS_NONATOMIC_IOSONLY, getter=getSome, readonly) BOOL some;
124 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous;
129 @property (NS_NONATOMIC_IOSONLY, getter=isinValid, readonly) BOOL inValid;
130 - (void) setInValid : (BOOL) arg;
137 - (BOOL)is3bar; // watch out
140 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
141 @property (NS_NONATOMIC_IOSONLY, getter=getMA, readonly) BOOL MA;
142 @property (NS_NONATOMIC_IOSONLY, getter=getALL, readonly) BOOL ALL;
143 @property (NS_NONATOMIC_IOSONLY, getter=getMANY, readonly) BOOL MANY;
144 @property (NS_NONATOMIC_IOSONLY, getter=getSome, readonly) BOOL some;
149 - (BOOL) isinValid;
150 - (void) setInValid : (BOOL) arg;
154 - (BOOL) isinValid DEPRECATED;
155 - (void) setInValid : (BOOL) arg;
158 - (BOOL) getM DEPRECATED;
195 - (BOOL)is1stClass; // Not a valid property
196 @property (NS_NONATOMIC_IOSONLY, getter=isClass, readonly) BOOL class; // This is a valid proper…
197 - (BOOL)isDouble; // Not a valid property