Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:Term

66   // least one term.
92 for (auto Term : Terms) {
93 if (Term.second <= 0)
95 for (int I = 0; I < Term.second; ++I)
97 C = Counter::getCounter(Term.first);
100 Counter::getCounter(Term.first)));
104 for (auto Term : Terms) {
105 if (Term.second >= 0)
107 for (int I = 0; I < -Term.second; ++I)
109 Counter::getCounter(Term.first)));