reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/benchmark_register.h
    9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {
    9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {
    9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {
   17   static const T kmax = std::numeric_limits<T>::max();
   20   for (T i = 1; i < kmax / mult; i *= mult) {