Searched refs:StringListDecoderImpl (Results 1 – 1 of 1) sorted by relevance
99 class StringListDecoderImpl : public StringListDecoder { class101 explicit StringListDecoderImpl(const string& in) : reader_(in) {} in StringListDecoderImpl() function in tensorflow::port::StringListDecoderImpl102 ~StringListDecoderImpl() override = default;131 return std::unique_ptr<StringListDecoder>(new StringListDecoderImpl(in)); in NewStringListDecoder()