Lines Matching refs:INHERITED
64 typedef Benchmark INHERITED; typedef in MathBench
69 MathBenchU32(const char name[]) : INHERITED(name) {} in MathBenchU32()
82 typedef MathBench INHERITED; typedef in MathBenchU32
89 NoOpMathBench() : INHERITED("noOp") {} in NoOpMathBench()
97 typedef MathBench INHERITED; typedef in NoOpMathBench
102 SkRSqrtMathBench() : INHERITED("sk_float_rsqrt") {} in SkRSqrtMathBench()
110 typedef MathBench INHERITED; typedef in SkRSqrtMathBench
116 SlowISqrtMathBench() : INHERITED("slowIsqrt") {} in SlowISqrtMathBench()
124 typedef MathBench INHERITED; typedef in SlowISqrtMathBench
139 FastISqrtMathBench() : INHERITED("fastIsqrt") {} in FastISqrtMathBench()
147 typedef MathBench INHERITED; typedef in FastISqrtMathBench
162 QMul64Bench() : INHERITED("qmul64") {} in QMul64Bench()
172 typedef MathBenchU32 INHERITED; typedef in QMul64Bench
177 QMul32Bench() : INHERITED("qmul32") {} in QMul32Bench()
187 typedef MathBenchU32 INHERITED; typedef in QMul32Bench
328 typedef Benchmark INHERITED; typedef in IsFiniteBench
389 typedef Benchmark INHERITED; typedef in FloorBench
449 typedef Benchmark INHERITED; typedef in CLZBench
496 typedef Benchmark INHERITED; typedef in NormalizeBench
540 typedef Benchmark INHERITED; typedef in FixedMathBench