Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js361 this.inheritIndex_ = 0;
368 this.inheritIndex_ = 0;
375 this.inheritIndex_ = 0;
482 this.inheritIndex_ = templateNode.inheritCount_++;
563 return this.inheritIndex_;
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp441 inheritIndex_(0), in ConfigNode()
451 inheritIndex_(0), in ConfigNode()
462 inheritIndex_ = node.inheritIndex_; in operator =()
585 inheritIndex_ = templateNode->inheritCount_++; in InheritExpand()
679 return inheritIndex_; in InheritIndex()
H A Dast.h207 uint32_t inheritIndex_; variable