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

  /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> { };
  /external/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> { };

Completed in 192 milliseconds