Home | History | Annotate | Download | only in src

Lines Matching refs:new_position

101     const char* new_position = original_position;
104 &new_position);
106 size_t parsed_length = new_position - original_position;
124 const char* new_position = original_position;
125 VarintBE<int32_t>::Parse(diff_.data() + diff_.size(), &new_position);
126 size_t parsed_length = new_position - original_position;