Home
last modified time | relevance | path

Searched refs:VCDiffStreamingDecoderImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc98 void Init(VCDiffStreamingDecoderImpl* parent);
256 VCDiffStreamingDecoderImpl* parent_;
312 inline void VCDiffDeltaFileWindow::Init(VCDiffStreamingDecoderImpl* parent) { in Init()
316 class VCDiffStreamingDecoderImpl { class
333 VCDiffStreamingDecoderImpl();
334 ~VCDiffStreamingDecoderImpl();
562 std::auto_ptr<VCDiffStreamingDecoderImpl> custom_code_table_decoder_;
599 VCDiffStreamingDecoderImpl(const VCDiffStreamingDecoderImpl&); // NOLINT
600 void operator=(const VCDiffStreamingDecoderImpl&);
605 const size_t VCDiffStreamingDecoderImpl::kDefaultMaximumTargetFileSize;
[all …]
/external/chromium/sdch/open-vcdiff/src/google/
Dvcdecoder.h25 class VCDiffStreamingDecoderImpl; variable
130 VCDiffStreamingDecoderImpl* const impl_;