Home | History | Annotate | Download | only in common

Lines Matching defs:node

85  * STATE_ENTER_NODE: A test node has been entered to for the first time.
86 * Node can be queried with getNode() and its full path with getNodePath().
87 * For group nodes the iterator will next enter first matching child node.
89 * immediately after entering that node.
91 * STATE_LEAVE_NODE: Iterator is leaving a node. In case of group nodes this
94 * or leave the parent group if the reported node was last child of that
97 * Root node is never reported, but instead iteration will start on first
98 * matching test package node, if there is any.
101 * Upon entering a group node, after STATE_ENTER_NODE has been signaled,
103 * Upon exiting a group node, before STATE_LEAVE_NODE is called, inflater
105 * leaveTestPackage() depending on the type of the node.
143 : node (DE_NULL)
150 : node (node_)
176 TestNode* node;