Searched defs:BenchmarkFunction (Results 1 – 1 of 1) sorted by relevance
6709 struct BenchmarkFunction { struct6711 struct callable {6717 struct model : public callable {6736 struct do_nothing { void operator()() const {} }; in operator ()()6739 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() function6742 BenchmarkFunction() in BenchmarkFunction() argument6747 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument6750 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() argument6753 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument6756 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()[all …]