Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp6643 struct BenchmarkFunction { struct
6673 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() function
6676 BenchmarkFunction() in BenchmarkFunction() function
6681 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6684 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
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;
7287 fun = Detail::BenchmarkFunction(func); in operator =()
[all …]