| 249 | } |
| 250 | |
| 251 | bool |
| 252 | to_encoding(Encoding& encoding, |
| 253 | const EncapsulationHeader& header, |
| 254 | Extensibility expected_extensibility) |
| 255 | { |
| 256 | return to_encoding_i(encoding, header, &expected_extensibility); |
| 257 | } |
| 258 | |
| 259 | bool |
| 260 | to_any_encoding(Encoding& encoding, |
no test coverage detected