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

  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 283 bool ParseWindowLengths(size_t* target_window_length);
285 // May only be called after ParseWindowLengths() has returned RESULT_SUCCESS.
381 // Will be zero until ParseWindowLengths() has been called. After
382 // ParseWindowLengths() has been called successfully, this contains the
386 // Will be NULL until ParseWindowLengths() has been called. After
387 // ParseWindowLengths() has been called successfully, this points to the
headerparser.cc 246 bool VCDiffHeaderParser::ParseWindowLengths(size_t* target_window_length) {
248 LOG(DFATAL) << "Internal error: VCDiffHeaderParser::ParseWindowLengths "
266 "was called before ParseWindowLengths" << LOG_ENDL;
303 "was called before ParseWindowLengths" << LOG_ENDL;