Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount]; argument
111 DiffRecord() in DiffRecord() argument
130 DiffResource fBase;
131 DiffResource fComparison;
132 DiffResource fDifference;
133 DiffResource fWhite;
157 typedef skia_private::TArray<DiffRecord> RecordArray; argument
/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDiffLog.h62 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef