Searched refs:getCounterValue (Results 1 – 8 of 8) sorted by relevance
104 - (BOOL)getCounterValue; method
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
107 - (BOOL)getCounterValue; method
111 - (BOOL)getCounterValue; method
92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
1316 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
2052 if (PP.getCounterValue() != 0) { in WritePreprocessor()2053 Record.push_back(PP.getCounterValue()); in WritePreprocessor()