Home | History | Annotate | Download | only in activity_log

Lines Matching refs:id1

60   int64 id1;
62 ASSERT_TRUE(table.StringToInt(&db_, "string1", &id1));
64 ASSERT_NE(id1, id2);
68 ASSERT_EQ(id1, id1a);
77 int64 id1;
78 ASSERT_TRUE(table.StringToInt(&db_, "string1", &id1));
84 ASSERT_EQ(id1, id2);
93 int64 id1;
94 ASSERT_TRUE(table.StringToInt(&db_, "modified", &id1));
101 ASSERT_EQ(id1, id2);
107 ASSERT_EQ(id1 + 1, id3);