Home
last modified time | relevance | path

Searched refs:BenchmarkFunction (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp6709 struct BenchmarkFunction { struct
6739 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument
6742 BenchmarkFunction() in BenchmarkFunction() function
6746 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>
6747 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() function
6750 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
6753 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument
6756 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =() argument
6761 BenchmarkFunction& operator=(BenchmarkFunction const& that) { in operator =() argument
6909 Detail::BenchmarkFunction benchmark;
[all …]