Home
last modified time | relevance | path

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

/external/catch2/include/internal/benchmark/detail/
Dcatch_benchmark_function.hpp39 struct BenchmarkFunction { struct
41 struct callable {
47 struct model : public callable {
66 struct do_nothing { void operator()() const {} }; in operator ()()
69 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument
72 BenchmarkFunction() in BenchmarkFunction() argument
77 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() function
80 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
83 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument
86 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp6664 struct BenchmarkFunction { struct
6666 struct callable {
6672 struct model : public callable {
6691 struct do_nothing { void operator()() const {} }; in operator ()()
6694 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() function
6697 BenchmarkFunction() in BenchmarkFunction() function
6702 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6705 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
6708 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() function
6711 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp6696 struct BenchmarkFunction { struct
6698 struct callable {
6704 struct model : public callable {
6723 struct do_nothing { void operator()() const {} }; in operator ()()
6726 BenchmarkFunction(model<T>* c) : f(c) {} in BenchmarkFunction() argument
6729 BenchmarkFunction() in BenchmarkFunction() function
6734 BenchmarkFunction(Fun&& fun) in BenchmarkFunction() argument
6737 BenchmarkFunction(BenchmarkFunction&& that) in BenchmarkFunction() function
6740 BenchmarkFunction(BenchmarkFunction const& that) in BenchmarkFunction() argument
6743 BenchmarkFunction& operator=(BenchmarkFunction&& that) { in operator =()
[all …]