Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6643 struct BenchmarkFunction { struct
6645 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() argument
6676 BenchmarkFunction() in BenchmarkFunction() argument
6681 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6684 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
6687 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() function
6690 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()
[all …]