indirect_reference_table_test.cc | 86 IndirectRef iref1 = irt.Add(cookie, obj1.Get(), &error_msg); local 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)); 310 IndirectRef iref1 = irt.Add(cookie0, obj1.Get(), &error_msg); local 345 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local 381 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local 420 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local 463 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local [all...] |