Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dstat.h16 class Stat1MinMax; variable
215 Stat1MinMax() { Clear(); } in Stat1MinMax() function
217 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax() function
223 explicit Stat1MinMax(const VType *begin, const VType *end) { in Stat1MinMax() function
230 Stat1MinMax(const VType &dat, const NumType &w) in Stat1MinMax() function
236 Stat1MinMax(const Self &stat) : Stat1<VType, NumType>(stat) { in Stat1MinMax() function