Searched refs:negativeRules (Results 1 – 2 of 2) sorted by relevance
61 for (auto it = negativeRules.begin(); it != negativeRules.end(); ++it) { in ~PhoneNumberRule()177 negativeRules.push_back(new NegativeRule(content, insensitive)); in SetRules()206 return negativeRules; in GetNegativeRules()
57 std::vector<NegativeRule*> negativeRules; variable