| 836 | }; |
| 837 | |
| 838 | struct OverlaySlot { |
| 839 | uint32_t offset; |
| 840 | std::vector<Overlay> overlays; |
| 841 | }; |
| 842 | |
| 843 | bool next_permutation(const std::vector<uint32_t>& option_lengths, std::vector<uint32_t>& current) { |
| 844 | current[current.size() - 1] += 1; |
nothing calls this directly
no outgoing calls
no test coverage detected