Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dfunction.bench.cpp195 struct InvokeInlined { struct
196 static void run(benchmark::State& state) { in run()
203 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
205 static std::string name() { return "BM_InvokeInlined" + FunctionType::name(); } in name()
/aosp_15_r20/external/libcxx/benchmarks/
H A Dfunction.bench.cpp201 struct InvokeInlined { struct
202 static void run(benchmark::State& state) { in run()
209 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
211 static std::string name() { in name()