Home
last modified time | relevance | path

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

/external/skia/tools/
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 SkTDArray<DiffRecord*> RecordArray; argument
/external/llvm/tools/llvm-diff/
DDiffLog.h62 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef