Searched refs:ParseSize (Results 1 – 6 of 6) sorted by relevance
/external/open-vcdiff/src/ |
D | headerparser.cc | 154 bool VCDiffHeaderParser::ParseSize(const char* variable_description, in ParseSize() function in open_vcdiff::VCDiffHeaderParser 171 if (!ParseSize("source segment length", source_segment_length)) { in ParseSourceSegmentLengthAndPosition() 182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition() 253 if (!ParseSize("length of the delta encoding", &delta_encoding_length_)) { in ParseWindowLengths() 257 if (!ParseSize("size of the target window", target_window_length)) { in ParseWindowLengths() 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 293 ParseSize("length of instructions section", instructions_and_sizes_length); in ParseSectionLengths() 294 ParseSize("length of addresses for COPYs", addresses_length); in ParseSectionLengths()
|
D | headerparser.h | 233 bool ParseSize(const char* variable_description, size_t* value);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | headerparser.cc | 154 bool VCDiffHeaderParser::ParseSize(const char* variable_description, in ParseSize() function in open_vcdiff::VCDiffHeaderParser 171 if (!ParseSize("source segment length", source_segment_length)) { in ParseSourceSegmentLengthAndPosition() 182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition() 253 if (!ParseSize("length of the delta encoding", &delta_encoding_length_)) { in ParseWindowLengths() 257 if (!ParseSize("size of the target window", target_window_length)) { in ParseWindowLengths() 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 293 ParseSize("length of instructions section", instructions_and_sizes_length); in ParseSectionLengths() 294 ParseSize("length of addresses for COPYs", addresses_length); in ParseSectionLengths()
|
D | headerparser.h | 233 bool ParseSize(const char* variable_description, size_t* value);
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.cc | 154 bool VCDiffHeaderParser::ParseSize(const char* variable_description, in ParseSize() function in open_vcdiff::VCDiffHeaderParser 171 if (!ParseSize("source segment length", source_segment_length)) { in ParseSourceSegmentLengthAndPosition() 182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition() 253 if (!ParseSize("length of the delta encoding", &delta_encoding_length_)) { in ParseWindowLengths() 257 if (!ParseSize("size of the target window", target_window_length)) { in ParseWindowLengths() 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 293 ParseSize("length of instructions section", instructions_and_sizes_length); in ParseSectionLengths() 294 ParseSize("length of addresses for COPYs", addresses_length); in ParseSectionLengths()
|
D | headerparser.h | 233 bool ParseSize(const char* variable_description, size_t* value);
|