Searched refs:DelegateCleanupsTo (Results 1 – 6 of 6) sorted by relevance
86 c1.DelegateCleanupsTo(&c2); in TEST_F()99 c1.DelegateCleanupsTo(&c2); in TEST_F()114 c1.DelegateCleanupsTo(&c2); in TEST_F()130 c1.DelegateCleanupsTo(&c2); // res = 2 * 3 * 5; in TEST_F()147 c1.DelegateCleanupsTo(&c2); // res = 2 * 3 * 5 * 7; in TEST_F()163 c1.DelegateCleanupsTo(&c2); // res = 2 * 5 * 7; in TEST_F()178 c1.DelegateCleanupsTo(&c2); // res = 5 * 7; in TEST_F()192 c1.DelegateCleanupsTo(&c2); // res = 5; in TEST_F()
53 void Cleanable::DelegateCleanupsTo(Cleanable* other) { in DelegateCleanupsTo() function in ROCKSDB_NAMESPACE::Cleanable
352 value_pinner->DelegateCleanupsTo(pinned_iters_mgr()); in push_operand()
35 void DelegateCleanupsTo(Cleanable* other);
172 cleanable->DelegateCleanupsTo(this); in PinSlice()
128 block_iter_.DelegateCleanupsTo(pinned_iters_mgr_); in ResetDataIter()