Home | History | Annotate | Download | only in runtime

Lines Matching full:iref0

79   IndirectRef iref0 = (IndirectRef) 0x11110;
80 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal";
83 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
84 EXPECT_TRUE(iref0 != nullptr);
93 EXPECT_OBJ_PTR_EQ(obj0.Get(), irt.Get(iref0));
97 EXPECT_TRUE(irt.Remove(cookie, iref0));
108 EXPECT_TRUE(irt.Get(iref0) == nullptr);
111 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
112 EXPECT_TRUE(iref0 != nullptr);
123 ASSERT_TRUE(irt.Remove(cookie, iref0));
131 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
132 EXPECT_TRUE(iref0 != nullptr);
151 ASSERT_TRUE(irt.Remove(cookie, iref0));
160 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
161 EXPECT_TRUE(iref0 != nullptr);
188 ASSERT_TRUE(irt.Remove(cookie, iref0));
196 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
197 EXPECT_TRUE(iref0 != nullptr);
199 ASSERT_TRUE(irt.Remove(cookie, iref0));
204 ASSERT_FALSE(irt.Remove(cookie, iref0)) << "mismatched del succeeded";
212 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
213 EXPECT_TRUE(iref0 != nullptr);
215 ASSERT_TRUE(irt.Remove(cookie, iref0));
220 if (iref0 != iref1) {
222 ASSERT_FALSE(irt.Remove(cookie, iref0)) << "temporal del succeeded";
232 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
233 EXPECT_TRUE(iref0 != nullptr);
235 ASSERT_TRUE(irt.Remove(cookie, iref0));
236 EXPECT_TRUE(irt.Get(iref0) == nullptr) << "stale lookup succeeded";
249 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
250 ASSERT_TRUE(iref0 != nullptr);
261 ASSERT_TRUE(irt.Remove(cookie, iref0)) << "multi-remove final failed";
309 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg);
325 UNUSED(iref0, iref1, iref2, iref3);
340 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg);
360 UNUSED(iref0, iref1, iref2, iref3, iref4);
376 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg);
400 UNUSED(iref0, iref1, iref2, iref3, iref4);
415 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg);
442 UNUSED(iref0, iref1, iref2, iref3, iref4, iref5);
458 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg);
482 UNUSED(iref0, iref1, iref2, iref3, iref4);