Searched refs:RootRemover (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libauto-186/
H A DZone.h933 // RootRemover
938 struct RootRemover { struct in class:Auto::Zone
940 RootRemover(PtrHashSet &roots) : _roots(roots) {} function in struct:Auto::Zone::RootRemover
965 std::for_each(rootsToRemove.begin(), rootsToRemove.end(), RootRemover(_roots));

Completed in 161 milliseconds