Home | History | Annotate | Download | only in src

Lines Matching refs:new_position

103     const char* new_position = original_position;
106 &new_position);
108 size_t parsed_length = new_position - original_position;
126 const char* new_position = original_position;
127 VarintBE<int32_t>::Parse(diff_.data() + diff_.size(), &new_position);
128 size_t parsed_length = new_position - original_position;