Lines Matching defs:children

140 // This virtual method disables this process and its children if requested to.
141 // descendants = indicator of whether this process' children should also
152 const std::vector<sc_object*>& children = get_child_objects();
153 int child_n = children.size();
157 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
210 const std::vector<sc_object*>& children = get_child_objects();
211 int child_n = children.size();
215 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
254 const std::vector<sc_object*> children = get_child_objects();
255 int child_n = children.size();
259 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
377 // This virtual method suspends this process and its children if requested to.
378 // descendants = indicator of whether this process' children should also
389 const std::vector<sc_object*>& children = get_child_objects();
390 int child_n = children.size();
394 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
450 const std::vector<sc_object*>& children = get_child_objects();
451 int child_n = children.size();
455 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);
555 // If requested it will also throw the exception to the children of this
557 // object instance. The children will be awakened from youngest child to
560 // descendants = indicator of whether this process' children should also
578 const std::vector<sc_object*> children = get_child_objects();
579 int child_n = children.size();
583 sc_process_b* child_p = DCAST<sc_process_b*>(children[child_i]);