Home
last modified time | relevance | path

Searched refs:deletions (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/include/
H A Dabg-diff-utils.h17 /// script (the set of insertions and deletions) for transforming a
623 /// It encapsulates the insertions and deletions for transforming A
644 deletions() const in deletions() function in abigail::diff_utils::edit_script
648 deletions() in deletions() function in abigail::diff_utils::edit_script
657 deletions().insert(deletions().end(), in append()
658 es.deletions().begin(), in append()
659 es.deletions().end()); in append()
668 deletions().insert(deletions() in prepend()
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H A Dmain.go113 insertions, deletions := 0, 0
119 deletions += change.Deletions
123 fmt.Printf(" Submitted %v changes (LOC: %v+, %v-) \n", len(submitted), insertions, deletions)
/third_party/libabigail/src/
H A Dabg-comparison.cc3925 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
3926 it != e.deletions().end(); in ensure_lookup_tables_populated()
4380 /// Get the number of member functions deletions carried by the current
4383 /// @return the number of member functions deletions carried by the
4462 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4463 it != e.deletions().end(); in ensure_lookup_tables_populated()
4511 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4512 it != e.deletions().end(); in ensure_lookup_tables_populated()
4774 for (vector<deletion>::const_iterator it = e.deletions().begin(); in ensure_lookup_tables_populated()
4775 it != e.deletions() in ensure_lookup_tables_populated()
[all...]
H A Dabg-default-reporter.cc148 //report deletions/insertions/change of enumerators in report()
912 // report deletions in report()
988 // report deletions in report()
1076 // report deletions in report()
1158 // report deletions in report()
1163 for (vector<deletion>::const_iterator i = e.deletions().begin(); in report()
1164 i != e.deletions().end(); in report()
1201 // report deletions in report()
1206 for (vector<deletion>::const_iterator i = e.deletions().begin(); in report()
1207 i != e.deletions() in report()
[all...]

Completed in 14 milliseconds