Searched refs:ConstructAndCallFunctionBenchmark (Results 1 – 6 of 6) sorted by relevance
/external/angle/third_party/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|
/external/openscreen/third_party/abseil/src/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|
/external/webrtc/third_party/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|
/external/libtextclassifier/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|
/external/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/ |
D | function_ref_benchmark.cc | 45 void ConstructAndCallFunctionBenchmark(benchmark::State& state, in ConstructAndCallFunctionBenchmark() function 53 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_TrivialStdFunction() 59 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, in BM_TrivialFunctionRef() 65 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, in BM_LargeStdFunction() 71 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, LargeFunctor{}); in BM_LargeFunctionRef() 76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction() 81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
|