Home | History | Annotate | Download | only in syncable

Lines Matching defs:handle1

764   int64 handle1 = 0;
774 handle1 = item1.GetMetahandle();
827 tmp.put(META_HANDLE, handle1);
857 tmp.put(META_HANDLE, handle1);
866 EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle1));
920 int64 handle1, handle2;
929 handle1 = e1.GetMetahandle();
947 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
956 ASSERT_TRUE(handle1 == handles[0]);
967 if (handle1 == handles[0]) {
971 ASSERT_TRUE(handle1 == handles[1]);
974 MutableEntry e5(&trans, GET_BY_HANDLE, handle1);
991 int64 handle1, handle2;
1001 handle1 = e1.GetMetahandle();
1021 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
1030 ASSERT_TRUE(handle1 == handles[0]);
1041 if (handle1 == handles[0]) {
1045 ASSERT_TRUE(handle1 == handles[1]);
1048 MutableEntry e5(&trans, GET_BY_HANDLE, handle1);
1927 int64 handle1 = 0;
1935 handle1 = e1.GetMetahandle();
1940 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
1949 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
1955 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
1967 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
1972 EXPECT_FALSE(IsInDirtyMetahandles(handle1));
1975 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
1996 Entry e1(&trans, GET_BY_HANDLE, handle1);
2004 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
2009 int64 handle1 = 0;
2017 handle1 = e1.GetMetahandle();
2027 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
2037 EXPECT_TRUE(IsInMetahandlesToPurge(handle1));
2039 EXPECT_TRUE(IsInMetahandlesToPurge(handle1));