Searched refs:ActionTypes (Results 1 – 1 of 1) sorted by relevance
284 const auto &ActionTypes = Transitions.back().getTypes(); in emit() local286 if (ActionTypes.size() == 1) { in emit()287 OS << "using " << Name << "Action = " << ActionTypes[0] << ";\n"; in emit()289 OS << "using " << Name << "Action = std::tuple<" << join(ActionTypes, ", ") in emit()