Home
last modified time | relevance | path

Searched refs:parent_ (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js625 if (data.parent_ === undefined) {
633 pm2f.drawText(s, size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_.nodeWidth_ : 0) +
636 pm2f.drawText(' = ', size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_.nodeWidth_ : 0) +
640 pm2f.drawText(s, size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_.nodeWidth_ : 0) +
643 pm2f.drawText(' =', size, x - (data.parent_ !== undefined ? MainEditor.NODE_RECT_WIDTH - data.parent_.nodeWidth_ : 0) +
647 pm2f.drawText(s, size, x - (data.parent_ !
[all...]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DModifyNode.js23 return dest.parent_;
76 newAttr.parent_ = node;
77 newAttr.value_.parent_ = newAttr;
94 newNode.parent_ = node;
101 let parent = node.parent_;
H A DNodeTools.js50 while (node.parent_ !== undefined) {
51 node = node.parent_;
61 node = node.parent_;
71 while (node !== null && node.parent_ !== undefined) {
72 node = node.parent_;
77 node = NodeTools.getNodeByPath(node.parent_, node.ref_);
104 node.parent_.nodeType_ === NodeType.INHERIT
106 let p = NodeTools.lookupInherit(node.parent_);
112 return NodeTools.findChildByName(node.parent_, node.ref_);
136 let ret = NodeTools.findChildByName(node.parent_, refnam
[all...]
H A Dast.js90 this.parent_ = null;
146 childNext.parent_ = this;
178 peer.parent_ = this.parent_;
271 if (this.parent_ == null) {
274 if (this.parent_.child_ === this) {
275 this.parent_.child_ = this.next_;
280 let pre = this.parent_.child_;
293 this.parent_ = parent;
346 p = p.parent_;
[all...]
H A DGenerator.js72 ret.parent_ = parent;
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp25 parent_(nullptr), in AstObject()
76 parent_ = nullptr; in ~AstObject()
86 parent_ = obj.parent_; in operator =()
124 childNext->parent_ = this; in AddChild()
157 peer->parent_ = parent_; in AddPeer()
310 if (parent_ == nullptr) { in Separate()
313 if (parent_->child_.get() == this) { in Separate()
314 parent_ in Separate()
[all...]
H A Dast.h132 AstObject *parent_; member in OHOS::Hardware::AstObject

Completed in 4 milliseconds