Searched refs:BenchmarkFunction (Results 1 – 1 of 1) sorted by relevance
6709 struct BenchmarkFunction { struct6739 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument6742 BenchmarkFunction() in BenchmarkFunction() function6746 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>6747 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() function6750 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function6753 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument6756 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =() argument6761 BenchmarkFunction& operator=(BenchmarkFunction const& that) { in operator =() argument6909 Detail::BenchmarkFunction benchmark;[all …]