Searched defs:BenchmarkFunction (Results 1 – 1 of 1) sorted by relevance
6643 struct BenchmarkFunction { struct6645 struct callable {6651 struct model : public callable {6670 struct do_nothing { void operator()() const {} }; in operator ()()6673 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument6676 BenchmarkFunction() in BenchmarkFunction() argument6681 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument6684 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function6687 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() function6690 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()[all …]