Searched refs:PatchUtilsBench (Results 1 – 1 of 1) sorted by relevance
329 class PatchUtilsBench : public Benchmark { class333 PatchUtilsBench(bool linearInterp) : fLinearInterp(linearInterp) { in PatchUtilsBench() function in PatchUtilsBench359 DEF_BENCH( return new PatchUtilsBench(false); )360 DEF_BENCH( return new PatchUtilsBench(true); )