Home
last modified time | relevance | path

Searched defs:print_diff (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/
Dgit-clang-format415 def print_diff(old_tree, new_tree): function
/third_party/rust/rust/src/tools/rustfmt/src/test/
Dconfiguration_snippet.rs163 fn print_diff(&self, compare: Vec<Mismatch>) { in print_diff() method
/third_party/rust/rust/src/tools/rustfmt/src/
Drustfmt_diff.rs248 pub(crate) fn print_diff<F>(diff: Vec<Mismatch>, get_section_title: F, config: &Config) in print_diff() function
/third_party/toybox/toys/pending/
Ddiff.c424 static void print_diff(int a, int b, char c, int *off_set, FILE *fp) in print_diff() function