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