Home | History | Annotate | Download | only in runtime

Lines Matching refs:iref2

75   IndirectRef iref2 = irt.Add(cookie, obj2);
76 EXPECT_TRUE(iref2 != NULL);
81 EXPECT_EQ(obj2, irt.Get(iref2));
87 EXPECT_TRUE(irt.Remove(cookie, iref2));
101 iref2 = irt.Add(cookie, obj2);
102 EXPECT_TRUE(iref2 != NULL);
105 ASSERT_TRUE(irt.Remove(cookie, iref2));
121 iref2 = irt.Add(cookie, obj2);
122 EXPECT_TRUE(iref2 != NULL);
135 ASSERT_TRUE(irt.Remove(cookie, iref2));
150 iref2 = irt.Add(cookie, obj2);
151 EXPECT_TRUE(iref2 != NULL);
172 ASSERT_TRUE(irt.Remove(cookie, iref2));