reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 ASSERT_TRUE(DTU.hasDomTree()); 59 ASSERT_TRUE(DTU.hasPostDomTree()); 60 ASSERT_TRUE(DTU.isEager()); 61 ASSERT_FALSE(DTU.isLazy()); 62 ASSERT_TRUE(DTU.getDomTree().verify()); 63 ASSERT_TRUE(DTU.getPostDomTree().verify()); 64 ASSERT_FALSE(DTU.hasPendingUpdates()); 74 DTU.applyUpdatesPermissive( 76 ASSERT_FALSE(DTU.hasPendingUpdates()); 104 EXPECT_FALSE(DTU.isBBPendingDeletion(BB3)); 105 DTU.applyUpdatesPermissive(Updates); 106 ASSERT_FALSE(DTU.hasPendingUpdates()); 110 DTU.applyUpdatesPermissive( 119 DTU.callbackDeleteBB(BB3, 124 ASSERT_FALSE(DTU.hasPendingUpdates()); 127 DTU.flush(); 144 DTU.recalculate(*F);