| 188 | } |
| 189 | |
| 190 | FileFormat fileFormat() const { |
| 191 | return static_cast<FileFormat>((value & ((1L << 40) - 1)) >> 32); |
| 192 | } |
| 193 | |
| 194 | TestMode testMode() const { |
| 195 | return static_cast<TestMode>((value & ((1L << 32) - 1)) >> 24); |
no outgoing calls
no test coverage detected