Searched defs:IncrementBy (Results 1 – 4 of 4) sorted by relevance
44 void IncrementBy(int count) { in IncrementBy() function
34 void IncrementBy(int64 step) {} in IncrementBy() function
148 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function