Searched refs:OutputString (Results 1 - 8 of 8) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Doutput_string_crope.h16 // Contains a class that demonstrates how to specialize OutputString for the
29 // *** OutputString interface for crope (OutputCrope)
33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes(
36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
H A Doutput_string_test.cc39 OutputString<string> output_string_;
H A Dencodetable_test.cc159 OutputString<string> output_string;
H A Dvcdiffengine_test.cc305 OutputString<string> diff_output_string_;
H A Dvcdecoder.cc791 OutputString<string> output_string(&custom_code_table_string_);
/external/chromium/sdch/open-vcdiff/src/google/
H A Doutput_string.h63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface { class in namespace:open_vcdiff
68 explicit OutputString(StringClass* impl) : impl_(impl) { } function in class:open_vcdiff::OutputString
70 virtual ~OutputString() { }
72 virtual OutputString& append(const char* s, size_t n) {
98 OutputString(const OutputString&);
99 void operator=(const OutputString&);
102 // Don't allow the OutputString template to be based upon a pointer to
104 // lack any functions expected of an OutputString
105 template<> class OutputString<OutputStringInterface> { }; class in namespace:open_vcdiff
[all...]
H A Dvcencoder.h191 OutputString<OutputType> output_string(output);
206 OutputString<OutputType> output_string(output);
221 OutputString<OutputType> output_string(output);
276 OutputString<OutputType> output_string(output);
H A Dvcdecoder.h83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);

Completed in 125 milliseconds