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

  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.h 45 size_t UnparsedSize() const {
54 bool Empty() const { return 0 == UnparsedSize(); }
144 size_t UnparsedSize() const {
145 return parseable_chunk_->UnparsedSize();
336 size_t UnparsedSize() const {
337 return parseable_chunk_.UnparsedSize();
headerparser.cc 27 if (number_of_bytes > UnparsedSize()) {
29 << " bytes, current unparsed size " << UnparsedSize()
54 if (number_of_bytes > UnparsedSize()) {
57 << UnparsedSize() << VCD_ENDL;
vcdecoder.cc 683 size_t data_size = data->UnparsedSize();
    [all...]

Completed in 54 milliseconds