Home | History | Annotate | Download | only in base

Lines Matching refs:n1

75   Node n1(1);
76 list.Append(&n1);
78 EXPECT_EQ(&n1, list.head());
79 EXPECT_EQ(&n1, list.tail());
88 EXPECT_EQ(&n1, list.head());
98 EXPECT_EQ(&n1, list.head());
109 Node n1(1);
115 list.Append(&n1);
121 EXPECT_EQ(&n1, list.head());
131 EXPECT_EQ(&n1, list.head());
141 EXPECT_EQ(&n1, list.head());
149 n1.RemoveFromList();
167 list.Append(&n1);
173 EXPECT_EQ(&n1, list.head());
184 Node n1(1);
189 list.Append(&n1);
192 EXPECT_EQ(&n1, list.head());
201 EXPECT_EQ(&n1, list.head());
208 n4.InsertBefore(&n1);
221 Node n1(1);
226 list.Append(&n1);
229 EXPECT_EQ(&n1, list.head());
238 EXPECT_EQ(&n1, list.head());
245 n4.InsertAfter(&n1);
247 EXPECT_EQ(&n1, list.head());