Lines Matching full:iref1
86 IndirectRef iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
87 EXPECT_TRUE(iref1 != nullptr);
94 EXPECT_OBJ_PTR_EQ(obj1.Get(), irt.Get(iref1));
99 EXPECT_TRUE(irt.Remove(cookie, iref1));
113 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
114 EXPECT_TRUE(iref1 != nullptr);
121 ASSERT_TRUE(irt.Remove(cookie, iref1));
133 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
134 EXPECT_TRUE(iref1 != nullptr);
141 ASSERT_TRUE(irt.Remove(cookie, iref1));
143 ASSERT_FALSE(irt.Remove(cookie, iref1));
147 EXPECT_TRUE(irt.Get(iref1) == nullptr);
162 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
163 EXPECT_TRUE(iref1 != nullptr);
170 ASSERT_TRUE(irt.Remove(cookie, iref1));
173 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
174 EXPECT_TRUE(iref1 != nullptr);
179 ASSERT_TRUE(irt.Remove(cookie, iref1));
201 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
202 EXPECT_TRUE(iref1 != nullptr);
206 ASSERT_TRUE(irt.Remove(cookie, iref1)) << "switched del failed";
217 iref1 = irt.Add(cookie, obj0.Get(), &error_msg);
218 EXPECT_TRUE(iref1 != nullptr);
220 if (iref0 != iref1) {
224 ASSERT_TRUE(irt.Remove(cookie, iref1)) << "temporal cleanup failed";
310 IndirectRef iref1 = irt.Add(cookie0, obj1.Get(), &error_msg);
313 EXPECT_TRUE(irt.Remove(cookie0, iref1));
322 EXPECT_TRUE(irt.Get(iref1) == nullptr);
325 UNUSED(iref0, iref1, iref2, iref3);
345 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg);
360 UNUSED(iref0, iref1, iref2, iref3, iref4);
381 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg);
384 EXPECT_TRUE(irt.Remove(cookie1, iref1));
397 EXPECT_TRUE(irt.Get(iref1) == nullptr);
400 UNUSED(iref0, iref1, iref2, iref3, iref4);
420 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg);
421 EXPECT_TRUE(irt.Remove(cookie1, iref1));
442 UNUSED(iref0, iref1, iref2, iref3, iref4, iref5);
463 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg);
482 UNUSED(iref0, iref1, iref2, iref3, iref4);