Searched refs:get_child_objects (Results 1 – 12 of 12) sorted by relevance
153 const std::vector<sc_object*>& children = get_child_objects(); in disable_process()212 const std::vector<sc_object*>& children = get_child_objects(); in enable_process()257 const std::vector<sc_object*> children = get_child_objects(); in kill_process()397 const std::vector<sc_object*>& children = get_child_objects(); in suspend_process()460 const std::vector<sc_object*>& children = get_child_objects(); in resume_process()590 const std::vector<sc_object*> children = get_child_objects(); in throw_user()
178 const std::vector<sc_object*>& children = get_child_objects(); in disable_process()237 const std::vector<sc_object*>& children = get_child_objects(); in enable_process()283 const std::vector<sc_object*> children = get_child_objects(); in kill_process()357 const std::vector<sc_object*>& children = get_child_objects(); in resume_process()521 const std::vector<sc_object*>& children = get_child_objects(); in suspend_process()651 const std::vector<sc_object*> children = get_child_objects(); in throw_user()
104 inline const std::vector<sc_object*>& get_child_objects() const;322 const std::vector<sc_object*>& sc_process_handle::get_child_objects() const in get_child_objects() function324 return m_target_p ? m_target_p->get_child_objects() : empty_object_vector; in get_child_objects()
288 ::std::<sc_object*> children_p = &get_child_objects(); in detach()329 std::vector< sc_object* > const & children = get_child_objects(); in orphan_child_objects()
355 const ::std::vector<sc_object*>& get_child_objects() const;491 sc_process_b::get_child_objects() const in get_child_objects() function
113 virtual const std::vector<sc_object*>& get_child_objects() const in get_child_objects() function
488 const std::vector<sc_object*> children = get_child_objects(); in reset_process()
284 sc_module::get_child_objects() const in get_child_objects() function in sc_core::sc_module
149 const ::std::vector<sc_object*>& get_child_objects() const;
288 const ::std::vector<sc_object*>& get_child_objects() const;
1279 sc_simcontext::get_child_objects() const in get_child_objects() function in sc_core::sc_simcontext
13 std::vector<sc_object*> ch = tb->get_child_objects(); in sc_main()