Searched refs:templateNode (Results 1 – 2 of 2) sorted by relevance
478 let templateNode = this.castFrom(refObj);479 if (!this.compare(templateNode)) {482 this.inheritIndex_ = templateNode.inheritCount_++;483 templateNode.subClasses_.push(this);
581 auto templateNode = ConfigNode::CastFrom(refObj); in InheritExpand() local582 if (!Compare(*templateNode)) { in InheritExpand()585 inheritIndex_ = templateNode->inheritCount_++; in InheritExpand()586 templateNode->subClasses_.push_back(this); in InheritExpand()