Home
last modified time | relevance | path

Searched defs:IncrementBy (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dblocking_counter.h44 void IncrementBy(int count) { in IncrementBy() function
/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_counter.h34 void IncrementBy(int64 step) {} in IncrementBy() function
Dcounter.h148 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
/external/libchrome/base/
Dcancelable_callback_unittest.cc31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function