Lines Matching refs:childNode
851 if ( other.childNode != nullptr ) { in OrConstraint()
852 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
853 if (this->childNode == nullptr) { in OrConstraint()
871 delete childNode; in ~OrConstraint()
872 childNode = nullptr; in ~OrConstraint()
888 U_ASSERT(curOrConstraint->childNode == nullptr); in add()
889 curOrConstraint->childNode = new AndConstraint(); in add()
890 if (curOrConstraint->childNode == nullptr) { in add()
894 return curOrConstraint->childNode; in add()
904 AndConstraint* andRule = orRule->childNode; in isFulfilled()
992 AndConstraint* andRule=orRule->childNode; in dumpRules()