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

/external/chromium/sdch/open-vcdiff/src/
H A Ddecodetable.h64 last_instruction_start_ = NULL;
79 last_instruction_start_ = *instructions_and_sizes;
110 if (last_instruction_start_) {
111 if (last_instruction_start_ > *instructions_and_sizes_) {
115 *instructions_and_sizes_ = last_instruction_start_;
141 const char* last_instruction_start_; member in class:open_vcdiff::VCDiffCodeTableReader

Completed in 51 milliseconds