Searched defs:BenchRegistry (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DBenchmark.h17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; });
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry; typedef
/external/skqp/bench/
H A DBenchmark.h17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; });
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry; typedef

Completed in 3543 milliseconds