Searched defs:is_inert (Results 1 – 4 of 4) sorted by relevance
153 bool is_inert () const { return !ref_count; } in is_inert() function219 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
155 bool is_inert () const { return !get_data (); } in is_inert() function163 bool is_inert () const { return false; } in is_inert() function
945 fn is_inert(&self) -> bool { in is_inert() method