Searched refs:max_size_2_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dinstruction_map.cc84 max_size_2_(max_size_2) {
118 // There must be at least (max_size_2_ + 1) elements in size_array
119 // because the element size_array[max_size_2_] will be referenced.
120 size_array = NewSizeOpcodeArray(max_size_2_ + 1);
132 if (size > max_size_2_) {
H A Dinstruction_map.h178 const int max_size_2_; member in class:open_vcdiff::VCDiffInstructionMap::SecondInstructionMap
/external/open-vcdiff/src/
H A Dinstruction_map.cc84 max_size_2_(max_size_2) {
118 // There must be at least (max_size_2_ + 1) elements in size_array
119 // because the element size_array[max_size_2_] will be referenced.
120 size_array = NewSizeOpcodeArray(max_size_2_ + 1);
132 if (size > max_size_2_) {
H A Dinstruction_map.h178 const int max_size_2_; member in class:open_vcdiff::VCDiffInstructionMap::SecondInstructionMap

Completed in 61 milliseconds