| 1032 | |
| 1033 | template <typename Type> |
| 1034 | void DictDecoderImpl<Type>::SetDict(TypedDecoder<Type>* dictionary) { |
| 1035 | DecodeDict(dictionary); |
| 1036 | } |
| 1037 | |
| 1038 | template <> |
| 1039 | void DictDecoderImpl<BooleanType>::SetDict(TypedDecoder<BooleanType>* dictionary) { |