Searched defs:IncrementBy (Results 1 – 8 of 8) sorted by relevance
41 void IncrementBy(int64 step) {} in IncrementBy() function197 inline void CounterCell::IncrementBy(const int64_t step) { in IncrementBy() function
44 void IncrementBy(int count) { in IncrementBy() function
54 TEST(BlockingCounterTest, IncrementBy) { in TEST() argument
56 void IncrementBy(size_t* x, in IncrementBy() function
31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function
28 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function
174 void IncrementBy(difference_type delta) { in IncrementBy() function
48 void IncrementBy(int count) LOCKS_EXCLUDED(mu_) { in IncrementBy() function in leveldb::__anon164f74110111::AtomicCounter