HomeSort by relevance Sort by last modified time
    Searched refs:VCDiffStreamingDecoderImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 25 class VCDiffStreamingDecoderImpl;
130 VCDiffStreamingDecoderImpl* const impl_;
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 98 void Init(VCDiffStreamingDecoderImpl* parent);
256 VCDiffStreamingDecoderImpl* parent_;
312 inline void VCDiffDeltaFileWindow::Init(VCDiffStreamingDecoderImpl* parent) {
316 class VCDiffStreamingDecoderImpl {
333 VCDiffStreamingDecoderImpl();
334 ~VCDiffStreamingDecoderImpl();
504 // a nested VCDiffStreamingDecoderImpl object that will be used to parse the
514 // VCDiffStreamingDecoderImpl object (custom_code_table_decoder_), since the
562 std::auto_ptr<VCDiffStreamingDecoderImpl> custom_code_table_decoder_;
599 VCDiffStreamingDecoderImpl(const VCDiffStreamingDecoderImpl&); // NOLIN
    [all...]

Completed in 1010 milliseconds