Home
last modified time | relevance | path

Searched refs:templateNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js478 let templateNode = this.castFrom(refObj);
479 if (!this.compare(templateNode)) {
482 this.inheritIndex_ = templateNode.inheritCount_++;
483 templateNode.subClasses_.push(this);
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp581 auto templateNode = ConfigNode::CastFrom(refObj); in InheritExpand() local
582 if (!Compare(*templateNode)) { in InheritExpand()
585 inheritIndex_ = templateNode->inheritCount_++; in InheritExpand()
586 templateNode->subClasses_.push_back(this); in InheritExpand()