Searched refs:cookie1 (Results 1 – 2 of 2) sorted by relevance
404 const LRTSegmentState cookie1 = lrt.PushFrame(); in BasicHolesTest() local409 lrt.PopFrame(cookie1); in BasicHolesTest()442 const LRTSegmentState cookie1 = lrt.PushFrame(); in BasicHolesTest() local451 lrt.PopFrame(cookie1); in BasicHolesTest()628 LRTSegmentState cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove() local631 POP_SEGMENT(cookie1, 2u); // Pop the second segment. in TestAddRemove()641 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()643 POP_SEGMENT(cookie1, 3u); // Pop the second segment. in TestAddRemove()647 cookie1 = lrt.PushFrame(); // Create second segment. in TestAddRemove()651 POP_SEGMENT(cookie1, 2u); // Pop the second segment with hole. in TestAddRemove()[all …]
2612 jni::LRTSegmentState cookie1 = lrt.PushFrame(); in TEST_F() local2613 ASSERT_EQ(jni::kLRTFirstSegment.top_index, cookie1.top_index); in TEST_F()2627 lrt.PopFrame(cookie1); in TEST_F()