Searched refs:BlockActionKind (Results 1 – 1 of 1) sorted by relevance
287 enum class BlockActionKind { enum316 return {BlockActionKind::Create, block, {}}; in getCreate()339 BlockActionKind kind;1183 if (action.kind == BlockActionKind::Erase) in eraseDanglingBlocks()1193 case BlockActionKind::Create: { in undoBlockActions()1204 case BlockActionKind::Erase: { in undoBlockActions()1216 case BlockActionKind::Merge: { in undoBlockActions()1228 case BlockActionKind::Move: { in undoBlockActions()1238 case BlockActionKind::Split: { in undoBlockActions()1246 case BlockActionKind::TypeConversion: { in undoBlockActions()[all …]