| 968 | |
| 969 | protected: |
| 970 | void SetExposedEncoding(ExposedEncoding encoding) override { |
| 971 | this->exposed_encoding_ = encoding; |
| 972 | } |
| 973 | |
| 974 | // Allocate enough scratch space to accommodate skipping 16-bit levels or any |
| 975 | // value type. |
no outgoing calls
no test coverage detected