Home | History | Annotate | Download | only in pp

Lines Matching refs:summary

42 /// storage for a merged file summary
43 struct summary {
47 bool operator<(summary const & rhs) const {
52 /// add a set of files to a summary
58 count_type summary::
82 * Summary of an application: a set of image summaries
92 vector<summary> deps;
103 /// find a matching summary (including main app summary)
104 summary & find_summary(string const & image);
108 summary & app_summary::find_summary(string const & image)
110 vector<summary>::iterator sit = deps.begin();
111 vector<summary>::iterator const send = deps.end();
117 summary summ;
130 summary & summ = find_summary(profile.image);
140 summary & summ = find_summary(it->lib_image);
288 // the app summary itself is *always* present
297 summary const & summ = app.deps[j];
318 * Display all the given summary information