Home
last modified time | relevance | path

Searched refs:inheritCount_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js362 this.inheritCount_ = 0;
369 this.inheritCount_ = 0;
376 this.inheritCount_ = 0;
482 this.inheritIndex_ = templateNode.inheritCount_++;
566 return this.inheritCount_;
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp442 inheritCount_(0), in ConfigNode()
452 inheritCount_(0), in ConfigNode()
463 inheritCount_ = node.inheritCount_; in operator =()
585 inheritIndex_ = templateNode->inheritCount_++; in InheritExpand()
684 return inheritCount_; in InheritCount()
H A Dast.h208 uint32_t inheritCount_; variable