| 983 | |
| 984 | protected: |
| 985 | void SetExposedEncoding(ExposedEncoding encoding) override { |
| 986 | this->exposed_encoding_ = encoding; |
| 987 | } |
| 988 | |
| 989 | // Allocate enough scratch space to accommodate skipping 16-bit levels or any |
| 990 | // value type. |
no outgoing calls
no test coverage detected