Lines Matching refs:cookie1

319     const IRTSegmentState cookie1 = irt.GetSegmentState();  in TEST_F()  local
321 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()
346 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
348 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
349 IndirectRef iref2 = irt.Add(cookie1, obj2.Get(), &error_msg); in TEST_F()
350 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()
352 EXPECT_TRUE(irt.Remove(cookie1, iref2)); in TEST_F()
355 irt.SetSegmentState(cookie1); in TEST_F()
357 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
382 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
384 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
385 IndirectRef iref2 = irt.Add(cookie1, obj2.Get(), &error_msg); in TEST_F()
387 EXPECT_TRUE(irt.Remove(cookie1, iref1)); in TEST_F()
397 IndirectRef iref4 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
421 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
423 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
424 EXPECT_TRUE(irt.Remove(cookie1, iref1)); in TEST_F()
429 IndirectRef iref2 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
430 IndirectRef iref3 = irt.Add(cookie1, obj2.Get(), &error_msg); in TEST_F()
431 IndirectRef iref4 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()
433 EXPECT_TRUE(irt.Remove(cookie1, iref3)); in TEST_F()
437 irt.SetSegmentState(cookie1); in TEST_F()
439 IndirectRef iref5 = irt.Add(cookie1, obj4.Get(), &error_msg); in TEST_F()
464 const IRTSegmentState cookie1 = irt.GetSegmentState(); in TEST_F() local
466 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
467 IndirectRef iref2 = irt.Add(cookie1, obj1.Get(), &error_msg); in TEST_F()
468 IndirectRef iref3 = irt.Add(cookie1, obj2.Get(), &error_msg); in TEST_F()
470 EXPECT_TRUE(irt.Remove(cookie1, iref2)); in TEST_F()
473 irt.SetSegmentState(cookie1); in TEST_F()
479 IndirectRef iref4 = irt.Add(cookie1, obj3.Get(), &error_msg); in TEST_F()