Home | History | Annotate | Download | only in ProfileData

Lines Matching full:term

63   // least one term.
89 for (auto Term : Terms) {
90 if (Term.second <= 0)
92 for (int I = 0; I < Term.second; ++I)
94 C = Counter::getCounter(Term.first);
97 Counter::getCounter(Term.first)));
101 for (auto Term : Terms) {
102 if (Term.second >= 0)
104 for (int I = 0; I < -Term.second; ++I)
106 Counter::getCounter(Term.first)));