Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp6709 struct BenchmarkFunction { struct
6711 struct callable {
6717 struct model : public callable {
6736 struct do_nothing { void operator()() const {} }; in operator ()()
6739 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() function
6742 BenchmarkFunction() in BenchmarkFunction() argument
6747 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6750 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() argument
6753 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument
6756 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()
[all …]