Searched defs:OutputStringInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/google/
H A Doutput_string.h35 // supported by OutputStringInterface.
45 class OutputStringInterface { class in namespace:open_vcdiff
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> { };

Completed in 860 milliseconds