Lines Matching refs:op
182 Type op = ParseType(tokens[pos++]); in Parse() local
183 if (op == Type::LAST) { in Parse()
193 if (op == Type::ZERO || op == Type::NEW || op == Type::ERASE) { in Parse()
206 } else if (op == Type::STASH) { in Parse()
220 } else if (op == Type::FREE) { in Parse()
228 } else if (op == Type::MOVE) { in Parse()
240 } else if (op == Type::BSDIFF || op == Type::IMGDIFF) { in Parse()
263 } else if (op == Type::ABORT) { in Parse()
270 } else if (op == Type::COMPUTE_HASH_TREE) { in Parse()
302 return Command(op, index, line, std::move(hash_tree_info)); in Parse()
308 return Command(op, index, line, patch_info, target_info, source_info, stash_info); in Parse()