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

  /external/chromium/sdch/open-vcdiff/src/google/
output_string.h 63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface {
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
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
    [all...]
vcencoder.h 191 OutputString<OutputType> output_string(output);
206 OutputString<OutputType> output_string(output);
221 OutputString<OutputType> output_string(output);
276 OutputString<OutputType> output_string(output);
vcdecoder.h 83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 16 // 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;
output_string_test.cc 39 OutputString<string> output_string_;
encodetable_test.cc 159 OutputString<string> output_string;
vcdiffengine_test.cc 305 OutputString<string> diff_output_string_;
    [all...]
vcdecoder.cc     [all...]
  /external/open-vcdiff/src/google/
output_string.h 63 // definitions of OutputString methods -- see output_string_types.h for some
66 class OutputString : public OutputStringInterface {
68 explicit OutputString(StringClass* impl) : impl_(impl) { }
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
    [all...]
vcencoder.h 161 OutputString<OutputType> output_string(output);
176 OutputString<OutputType> output_string(output);
191 OutputString<OutputType> output_string(output);
240 OutputString<OutputType> output_string(output);
vcdecoder.h 83 OutputString<OutputType> output_string(output);
161 OutputString<OutputType> output_string(target);
  /external/open-vcdiff/src/
output_string_crope.h 16 // 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;
jsonwriter_test.cc 40 OutputString<string> output_string_;
128 OutputString<string> output_string2(&out2);
output_string_test.cc 39 OutputString<string> output_string_;
encodetable_test.cc 143 OutputString<string> output_string;
vcdiffengine_test.cc 286 OutputString<string> diff_output_string_;
    [all...]
vcdecoder.cc     [all...]

Completed in 195 milliseconds