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

  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 41 HashedDictionary::HashedDictionary(const char* dictionary_contents,
45 HashedDictionary::~HashedDictionary() { delete engine_; }
47 bool HashedDictionary::Init() {
53 VCDiffStreamingEncoderImpl(const HashedDictionary* dictionary,
102 const HashedDictionary* dictionary,
172 const HashedDictionary* dictionary,
213 LOG(ERROR) << "Error initializing HashedDictionary" << LOG_ENDL;
  /external/open-vcdiff/src/
vcencoder.cc 42 HashedDictionary::HashedDictionary(const char* dictionary_contents,
46 HashedDictionary::~HashedDictionary() { delete engine_; }
48 bool HashedDictionary::Init() {
54 VCDiffStreamingEncoderImpl(const HashedDictionary* dictionary,
91 const HashedDictionary* dictionary,
148 const HashedDictionary* dictionary,
180 VCD_ERROR << "Error initializing HashedDictionary" << VCD_ENDL;
  /external/open-vcdiff/src/google/
vcencoder.h 28 // A HashedDictionary must be constructed from the dictionary data
31 // create the HashedDictionary once and cache it for reuse. This object
32 // is thread-safe: the same const HashedDictionary can be used
35 // dictionary_contents is copied into the HashedDictionary, so the
38 class HashedDictionary {
40 HashedDictionary(const char* dictionary_contents,
42 ~HashedDictionary();
44 // Init() must be called before using the HashedDictionary as an argument
58 HashedDictionary(const HashedDictionary&); // NOLIN
    [all...]
  /external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h 58 // A HashedDictionary must be constructed from the dictionary data
61 // create the HashedDictionary once and cache it for reuse. This object
62 // is thread-safe: the same const HashedDictionary can be used
65 // dictionary_contents is copied into the HashedDictionary, so the
68 class HashedDictionary {
70 HashedDictionary(const char* dictionary_contents,
72 ~HashedDictionary();
74 // Init() must be called before using the HashedDictionary as an argument
88 HashedDictionary(const HashedDictionary&); // NOLIN
    [all...]

Completed in 44 milliseconds