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

/external/llvm/tools/llvm-diff/
H A DDiffLog.h58 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef in class:llvm::DiffLogBuilder
59 SmallVector<DiffRecord, 20> Diff;
/external/skia/tools/
H A Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord() function in struct:DiffRecord
157 typedef SkTDArray<DiffRecord*> RecordArray;
162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs);
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rh
[all...]

Completed in 324 milliseconds