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

  /external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h 17 class OutputStringInterface;
44 virtual void Output(OutputStringInterface* out) = 0;
vcdiffengine.h 26 class OutputStringInterface;
74 OutputStringInterface* diff,
89 OutputStringInterface* diff,
108 OutputStringInterface* diff,
vcencoder.cc 59 bool StartEncoding(OutputStringInterface* out);
61 bool EncodeChunk(const char* data, size_t len, OutputStringInterface* out);
63 bool FinishEncoding(OutputStringInterface* out);
73 void WriteHeader(OutputStringInterface* output) const;
112 OutputStringInterface* output) const {
132 OutputStringInterface* out) {
146 OutputStringInterface* out) {
159 OutputStringInterface* /*out*/) {
182 OutputStringInterface* out) {
189 OutputStringInterface* out)
    [all...]
varint_bigendian.h 45 class OutputStringInterface;
113 OutputStringInterface* output_string);
encodetable.h 31 class OutputStringInterface;
105 virtual void Output(OutputStringInterface* out);
153 static void AppendSizeToOutputString(size_t size, OutputStringInterface* out);
vcdiffengine.cc 140 OutputStringInterface* diff,
154 OutputStringInterface* diff,
240 OutputStringInterface* diff,
varint_bigendian.cc 102 OutputStringInterface* output_string) {
encodetable.cc 261 OutputStringInterface* out) {
284 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) {
vcdecoder.cc 346 OutputStringInterface* output_string);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/google/
output_string.h 35 // supported by OutputStringInterface.
45 class OutputStringInterface {
47 virtual ~OutputStringInterface() { }
49 virtual OutputStringInterface& append(const char* s, size_t n) = 0;
61 // needed by OutputStringInterface, including std::string. A class that has
66 class OutputString : public OutputStringInterface {
103 // OutputStringInterface. Enforce this restriction by defining this class to
105 template<> class OutputString<OutputStringInterface> { };
vcencoder.h 195 bool StartEncodingToInterface(OutputStringInterface* output_string);
211 OutputStringInterface* output_string);
225 bool FinishEncodingToInterface(OutputStringInterface* output_string);
283 OutputStringInterface* output_string);
vcdecoder.h 88 OutputStringInterface* output_string);
172 OutputStringInterface* target);

Completed in 1985 milliseconds