Searched refs:isDetached (Results 1 – 6 of 6) sorted by relevance
37 assert(New->isDetached()); in addAfter()56 assert(New->isDetached()); in replace()
62 bool syntax::Node::isDetached() const { in isDetached() function in syntax::Node271 if (isDetached()) in assertInvariants()282 assert(!C.isDetached()); in assertInvariants()
51 EXPECT_TRUE(S->isDetached()); in __anon90433d120202()
114 if (fragment.isDetached()) { in get()156 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR2 && fragment.isDetached()) { in assertNotDetached()
100 bool isDetached() const;
173 @Override public boolean isDetached() { return false; } in isDetached() method