Searched refs:BenchmarkFunction (Results 1 – 1 of 1) sorted by relevance
6643 struct BenchmarkFunction { struct6673 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument6676 BenchmarkFunction() in BenchmarkFunction() function6680 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>6681 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument6684 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() argument6687 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument6690 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =() argument6695 BenchmarkFunction& operator=(BenchmarkFunction const& that) { in operator =() argument6842 Detail::BenchmarkFunction benchmark;[all …]