Searched defs:UnparsedSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h45 size_t UnparsedSize() const { function in class:open_vcdiff::ParseableChunk
54 bool Empty() const { return 0 == UnparsedSize(); }
144 size_t UnparsedSize() const { function in class:open_vcdiff::DeltaWindowSection
145 return parseable_chunk_->UnparsedSize();
336 size_t UnparsedSize() const { function in class:open_vcdiff::VCDiffHeaderParser
337 return parseable_chunk_.UnparsedSize();

Completed in 83 milliseconds