Searched refs:all_handles (Results 1 – 3 of 3) sorted by relevance
41 explicit HandleEnumerator(bool all_handles): in HandleEnumerator() argument42 all_handles_(all_handles) { } in HandleEnumerator()
1111 MetahandleSet all_handles; in CheckInvariantsOnTransactionClose() local1112 GetAllMetaHandles(trans, &all_handles); in CheckInvariantsOnTransactionClose()1113 return CheckTreeInvariants(trans, all_handles); in CheckInvariantsOnTransactionClose()
233 MetahandleSet all_handles; in TEST_F() local243 all_handles.insert(e.GetMetahandle()); in TEST_F()246 all_handles.insert(e.GetMetahandle()); in TEST_F()269 EXPECT_TRUE(all_handles == snapshot2.metahandles_to_purge); in TEST_F()