Home
last modified time | relevance | path

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

/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py304 strings_to_remove = re.compile(r'template class |template type alias |function template specializat… variable
307 element, _ = re.subn(strings_to_remove, '', element)