| 639 | |
| 640 | protected: |
| 641 | Status Initialize() override { |
| 642 | util::InitializeUTF8(); |
| 643 | return decoder_.Initialize(); |
| 644 | } |
| 645 | |
| 646 | ValueDecoderType decoder_; |
| 647 | int32_t max_cardinality_ = std::numeric_limits<int32_t>::max(); |
nothing calls this directly
no test coverage detected