Searched refs:cleanup_fns_ (Results 1 – 1 of 1) sorted by relevance
441 for (auto rit = cleanup_fns_.rbegin(); rit != cleanup_fns_.rend(); ++rit) { in ~IteratorBase()534 cleanup_fns_.push_back(std::move(cleanup_fn)); in AddCleanupFunction()540 std::vector<std::function<void()>> cleanup_fns_; variable