Searched defs:num_attached (Results 1 – 3 of 3) sorted by relevance
51 virtual void attachNotify(const int num_attached) in attachNotify()124 void TraceComponent::do_attach_notify(const int num_attached) in do_attach_notify()
208 template<class T> int componentAttachPt<T>::num_attached() in num_attached() function
214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); }; in attachNotify()