Home | History | Annotate | Download | only in src

Lines Matching refs:VCDiffCodeTableWriter

45 class VCDiffCodeTableWriter : public CodeTableWriterInterface {
57 explicit VCDiffCodeTableWriter(bool interleaved);
61 // the VCDiffCodeTableWriter object. Note that this is different from how
68 VCDiffCodeTableWriter(bool interleaved,
74 virtual ~VCDiffCodeTableWriter();
77 // This method must be called after a VCDiffCodeTableWriter is constructed
223 // that uses the VCDiffCodeTableWriter object is expected to calculate
231 VCDiffCodeTableWriter(const VCDiffCodeTableWriter&); // NOLINT
232 void operator=(const VCDiffCodeTableWriter&);