Home
last modified time | relevance | path

Searched refs:current_token (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c357 apr_off_t current_token[2]; /* current token per source */ member
397 if (until <= btn->current_token[tokens]) in output_unified_token_range()
404 APR_ARRAY_IDX(source->tokens, btn->current_token[tokens], in output_unified_token_range()
425 btn->current_token[tokens]++; in output_unified_token_range()
426 if (btn->current_token[tokens] == until) in output_unified_token_range()
430 if (btn->current_token[tokens] == source->tokens->nelts in output_unified_token_range()
547 if (output_baton->current_token[0] < new_hunk_start in output_unified_diff_modified()
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py693 self.current_token = None
711 self.current_token = token
1633 return Return(self.current_token.start, self.current_token.end, None)