Home | History | Annotate | Download | only in heap

Lines Matching refs:PSet

3426     typedef PersistentHeapHashSet<Member<IntWrapper> > PSet;
3436 PSet pSet;
3463 pSet.add(four);
3484 EXPECT_EQ(1u, pSet.size());
3485 EXPECT_TRUE(pSet.contains(four));