Go to the source code of this file.
Namespaces | |
benchmark | |
benchmark::internal | |
Functions | |
template<typename T > | |
void | benchmark::internal::AddNegatedPowers (std::vector< T > *dst, T lo, T hi, int mult) |
template<typename T > | |
std::vector< T >::iterator | benchmark::internal::AddPowers (std::vector< T > *dst, T lo, T hi, int mult) |
template<typename T > | |
void | benchmark::internal::AddRange (std::vector< T > *dst, T lo, T hi, int mult) |