Searched refs:NumOccurrences (Results 1 – 2 of 2) sorted by relevance
871 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()875 if (NumOccurrences > 1) in addOccurrence()879 if (NumOccurrences > 1) in addOccurrence()
165 int NumOccurrences; // The number of times specified variable222 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()257 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()