OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc
154
bool VCDiffHeaderParser::
ParseSize
(const char* variable_description,
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);
headerparser.h
233
bool
ParseSize
(const char* variable_description, size_t* value);
Completed in 31 milliseconds