Searched refs:NumOccurrences (Results 1 – 2 of 2) sorted by relevance
192 int NumOccurrences; // The number of times specified variable248 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()287 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
1142 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()1146 if (NumOccurrences > 1) in addOccurrence()1150 if (NumOccurrences > 1) in addOccurrence()