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