Searched defs:is_inert (Results 1 – 3 of 3) sorted by relevance
153 bool is_inert () const { return !ref_count; } in is_inert() function199 bool is_inert () const { return !ref_count.get_relaxed (); } in is_inert() function
156 bool is_inert () const { return !get_data (); } in is_inert() function164 bool is_inert () const { return false; } in is_inert() function
257 fn is_inert(&self) -> bool { in is_inert() method