Home | History | Annotate | Download | only in libpp

Lines Matching full:choice

46         profile_container::symbol_choice & choice)
48 if (choice.match_image
49 && (image_names.name(sym.image_name) != choice.image_name))
52 if (fabs(sym.diffs[0]) < choice.threshold)
55 choice.hints = sym.output_hint(choice.hints);
63 profile_container::symbol_choice & choice)
67 add_sym(syms, symbol, choice);
74 profile_container::symbol_choice & choice)
78 add_sym(syms, symbol, choice);
86 profile_container::symbol_choice & choice)
100 add_sym(syms, symbol, choice);
116 diff_container::get_symbols(profile_container::symbol_choice & choice) const
134 symbol_old(syms, *it1, choice);
137 symbol_new(syms, *it2, choice);
140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
147 symbol_old(syms, *it1, choice);
150 symbol_new(syms, *it2, choice);