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

  /external/chromium_org/sdch/open-vcdiff/src/
jsonwriter.h 30 // class JSONCodeTableWriter:
41 class JSONCodeTableWriter : public CodeTableWriterInterface {
43 JSONCodeTableWriter();
44 ~JSONCodeTableWriter();
jsonwriter.cc 26 JSONCodeTableWriter::JSONCodeTableWriter()
28 JSONCodeTableWriter::~JSONCodeTableWriter() {}
30 bool JSONCodeTableWriter::Init(size_t /*dictionary_size*/) {
36 void JSONCodeTableWriter::Output(OutputStringInterface* out) {
43 void JSONCodeTableWriter::FinishEncoding(OutputStringInterface* out) {
49 void JSONCodeTableWriter::JSONEscape(const char* data,
75 void JSONCodeTableWriter::Add(const char* data, size_t size) {
82 void JSONCodeTableWriter::Copy(int32_t offset, size_t size)
    [all...]
  /external/open-vcdiff/src/
jsonwriter.h 30 // class JSONCodeTableWriter:
41 class JSONCodeTableWriter : public CodeTableWriterInterface {
43 JSONCodeTableWriter();
44 ~JSONCodeTableWriter();
jsonwriter.cc 26 JSONCodeTableWriter::JSONCodeTableWriter()
28 JSONCodeTableWriter::~JSONCodeTableWriter() {}
30 bool JSONCodeTableWriter::Init(size_t /*dictionary_size*/) {
36 void JSONCodeTableWriter::Output(OutputStringInterface* out) {
43 void JSONCodeTableWriter::FinishEncoding(OutputStringInterface* out) {
49 void JSONCodeTableWriter::JSONEscape(const char* data,
75 void JSONCodeTableWriter::Add(const char* data, size_t size) {
82 void JSONCodeTableWriter::Copy(int32_t offset, size_t size)
    [all...]

Completed in 49 milliseconds