Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6643 struct BenchmarkFunction { struct
6673 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument
6676 BenchmarkFunction() in BenchmarkFunction() function
6680 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>
6681 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6684 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() argument
6687 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument
6690 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =() argument
6695 BenchmarkFunction& operator=(BenchmarkFunction const& that) { in operator =() argument
6842 Detail::BenchmarkFunction benchmark;
[all …]