Home
last modified time | relevance | path

Searched refs:IncrementStat (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/quic/
H A Ddefs.h74 void IncrementStat(Stats* stats, uint64_t amt = 1) { in IncrementStat() function
93 #define STAT_INCREMENT(Type, name) IncrementStat<Type, &Type::name>(&stats_);
95 IncrementStat<Type, &Type::name>(&stats_, amt);

Completed in 1 milliseconds