Lines Matching refs:childNode
989 if ( other.childNode != nullptr ) { in OrConstraint()
990 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
991 if (this->childNode == nullptr) { in OrConstraint()
1009 delete childNode; in ~OrConstraint()
1010 childNode = nullptr; in ~OrConstraint()
1026 U_ASSERT(curOrConstraint->childNode == nullptr); in add()
1027 curOrConstraint->childNode = new AndConstraint(); in add()
1028 if (curOrConstraint->childNode == nullptr) { in add()
1032 return curOrConstraint->childNode; in add()
1042 AndConstraint* andRule = orRule->childNode; in isFulfilled()
1134 AndConstraint* andRule=orRule->childNode; in dumpRules()