Searched refs:ParseSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.cc154 bool VCDiffHeaderParser::ParseSize(const char* variable_description, function in class:open_vcdiff::VCDiffHeaderParser
171 if (!ParseSize("source segment length", source_segment_length)) {
182 if (!ParseSize("source segment position", source_segment_position)) {
253 if (!ParseSize("length of the delta encoding", &delta_encoding_length_)) {
257 if (!ParseSize("size of the target window", target_window_length)) {
292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length);
293 ParseSize("length of instructions section", instructions_and_sizes_length);
294 ParseSize("length of addresses for COPYs", addresses_length);
H A Dheaderparser.h233 bool ParseSize(const char* variable_description, size_t* value);

Completed in 111 milliseconds