| 1207 | } |
| 1208 | |
| 1209 | void DiffBufferInfo::init(Diff3LineList* pD3ll, |
| 1210 | const std::shared_ptr<LineDataVector> &pldA, const std::shared_ptr<LineDataVector> &pldB, const std::shared_ptr<LineDataVector> &pldC) |
| 1211 | { |
| 1212 | m_pDiff3LineList = pD3ll; |
| 1213 | mLineDataA = pldA; |
| 1214 | mLineDataB = pldB; |
| 1215 | mLineDataC = pldC; |
| 1216 | } |
| 1217 | |
| 1218 | void Diff3LineList::calcWhiteDiff3Lines( |
| 1219 | const std::shared_ptr<LineDataVector> &pldA, const std::shared_ptr<LineDataVector> &pldB, const std::shared_ptr<LineDataVector> &pldC, const bool bIgnoreComments) |
no outgoing calls
no test coverage detected