Searched refs:refObj (Results 1 – 3 of 3) sorted by relevance
468 inheritExpand(refObj) { argument469 if (refObj === null) {474 if (!this.copy(refObj, false)) {486 refExpand(refObj) { argument492 if (refObj.isElders(this)) {501 ret = this.nodeRefExpand(refObj);503 ret = nodeCopyExpand(refObj);627 refExpand(refObj) { argument638 refObj === null ||639 !refObj.isNode() ||[all …]
572 if (refObj == nullptr) { in InheritExpand()577 if (!Copy(refObj, false)) { in InheritExpand()581 auto templateNode = ConfigNode::CastFrom(refObj); in InheritExpand()590 bool ConfigNode::RefExpand(const std::shared_ptr<AstObject> &refObj) in RefExpand() argument604 ret = NodeRefExpand(refObj); in RefExpand()606 ret = NodeCopyExpand(refObj); in RefExpand()779 bool ConfigTerm::RefExpand(const std::shared_ptr<AstObject> refObj) in RefExpand() argument790 …if (refObj == nullptr || !refObj->IsNode() || ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_… in RefExpand()791 ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_TEMPLATE || in RefExpand()792 ConfigNode::CastFrom(refObj)->GetNodeType() == NODE_DELETE) { in RefExpand()[all …]
178 bool InheritExpand(const std::shared_ptr<AstObject> &refObj);180 bool RefExpand(const std::shared_ptr<AstObject> &refObj);231 bool RefExpand(const std::shared_ptr<AstObject> refObj);