Lines Matching refs:id3
2156 Entry id3(&trans, GET_BY_ID, ids_.FromNumber(4096));
2157 ASSERT_TRUE(id3.good());
2158 EXPECT_TRUE("alice" == id3.Get(NON_UNIQUE_NAME));
2159 EXPECT_TRUE(root_id_ == id3.Get(PARENT_ID));
2175 Entry id3(&trans, GET_BY_ID, ids_.FromNumber(4096));
2176 ASSERT_TRUE(id3.good());
2177 EXPECT_TRUE("bob" == id3.Get(NON_UNIQUE_NAME));
2178 EXPECT_TRUE(root_id_ == id3.Get(PARENT_ID));