Searched refs:EntryOperator (Results 1 – 2 of 2) sorted by relevance
1051 int oper = EntryOperator::FAIL; in GetDiffOperator()1054 oper = EntryOperator::INSERT; in GetDiffOperator()1058 oper = EntryOperator::DELETE; in GetDiffOperator()1060 oper = EntryOperator::UPDATE; in GetDiffOperator()1119 if (oper == EntryOperator::DELETE) { in ClassifyDiffEntries()1134 } else if (oper == EntryOperator::INSERT) { in ClassifyDiffEntries()1137 } else if (oper == EntryOperator::UPDATE) { in ClassifyDiffEntries()
113 enum EntryOperator { enum