Home | History | Annotate | Download | only in google

Lines Matching defs:VCDiffStreamingEncoder

28 // These flags are passed to the constructor of VCDiffStreamingEncoder
59 // in order to use VCDiffStreamingEncoder. If the same dictionary will
63 // by several threads simultaneously, each with its own VCDiffStreamingEncoder.
75 // to the VCDiffStreamingEncoder, or for any other purpose except
98 class VCDiffStreamingEncoder {
101 // without being deleted, for the lifetime of the VCDiffStreamingEncoder
134 VCDiffStreamingEncoder(const HashedDictionary* dictionary,
137 ~VCDiffStreamingEncoder();
146 // VCDiffStreamingEncoder v(hd, false, false);
188 // VCDiffStreamingEncoder object.
202 // or do any cleanup except destroying the VCDiffStreamingEncoder
217 // do any cleanup except destroying the VCDiffStreamingEncoder
230 // for this VCDiffStreamingEncoder object.
238 VCDiffStreamingEncoder(const VCDiffStreamingEncoder&); // NOLINT
239 void operator=(const VCDiffStreamingEncoder&);
286 VCDiffStreamingEncoder* encoder_;